diff --git a/README.md b/README.md index cfc8fa3..7e8b174 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ ## 安装与设置 > [!NOTE] -> 本项目默认使用bun作为包管理器 +> 本项目默认使用pnpm作为包管理器 1. 克隆项目仓库: @@ -40,13 +40,13 @@ cd jinshen-website 3. 安装依赖 ``` bash -bun install +pnpm install ``` 4. 运行开发环境 ``` bash -bun run dev +pnpm run dev ``` 5. 访问开发环境 @@ -66,12 +66,12 @@ bun run dev 项目构建 ``` bash -bun run build +pnpm run build ``` 预览构建版本 ```bash -bun run preview +pnpm run preview ``` 2. 部署 diff --git a/app/app.vue b/app/app.vue index 45bc0da..a45597f 100644 --- a/app/app.vue +++ b/app/app.vue @@ -9,7 +9,7 @@ \ No newline at end of file + diff --git a/app/components/DocumentList.vue b/app/components/DocumentList.vue index 26487e5..68f6ec6 100644 --- a/app/components/DocumentList.vue +++ b/app/components/DocumentList.vue @@ -1,65 +1,75 @@ \ No newline at end of file + diff --git a/app/components/JinshenFooter.vue b/app/components/JinshenFooter.vue index d065f20..39bd602 100644 --- a/app/components/JinshenFooter.vue +++ b/app/components/JinshenFooter.vue @@ -5,55 +5,63 @@