diff --git a/.gitignore b/.gitignore index e86769b..dd1aeb8 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ frontend/ # 依赖和包管理 vendor/ node_modules/ +.pnpm-store # 允许提交 Go embed 依赖的静态资源 # 屏蔽构建的前端产物 diff --git a/build.sh b/build.sh index 949e35a..73962c8 100755 --- a/build.sh +++ b/build.sh @@ -99,8 +99,8 @@ show_menu() { echo -e "${GREEN} ApiServe 项目构建脚本菜单 ${NC}" echo -e "${BLUE}=====================================${NC}" echo -e "1. 🌐 仅编译前端并拷贝" - echo -e "2. 🚀 一键全部构建 (前端 + 所有架构后端)" - echo -e "3. 📦 仅编译所有后端架构" + echo -e "2. 📦 仅编译所有后端架构" + echo -e "3. 🚀 一键全部构建 (前端 + 所有架构后端)" echo -e "-------------------------------------" echo -e "4. 🪟 编译后端: Windows 64位" echo -e "5. 🐧 编译后端: Linux ARM64" @@ -126,11 +126,11 @@ while true; do pause_and_return ;; 2) - build_frontend build_all_backend pause_and_return ;; 3) + build_frontend build_all_backend pause_and_return ;; diff --git a/vue-pure-admin b/vue-pure-admin new file mode 160000 index 0000000..1b4a38f --- /dev/null +++ b/vue-pure-admin @@ -0,0 +1 @@ +Subproject commit 1b4a38fe41b443e394907a82d97f626e2f719e37