update Complete

This commit is contained in:
2026-04-01 05:39:23 +08:00
parent 04cdb98c5e
commit 98248f4906
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@@ -31,6 +31,7 @@ frontend/
# 依赖和包管理 # 依赖和包管理
vendor/ vendor/
node_modules/ node_modules/
.pnpm-store
# 允许提交 Go embed 依赖的静态资源 # 允许提交 Go embed 依赖的静态资源
# 屏蔽构建的前端产物 # 屏蔽构建的前端产物

View File

@@ -99,8 +99,8 @@ show_menu() {
echo -e "${GREEN} ApiServe 项目构建脚本菜单 ${NC}" echo -e "${GREEN} ApiServe 项目构建脚本菜单 ${NC}"
echo -e "${BLUE}=====================================${NC}" echo -e "${BLUE}=====================================${NC}"
echo -e "1. 🌐 仅编译前端并拷贝" echo -e "1. 🌐 仅编译前端并拷贝"
echo -e "2. 🚀 一键全部构建 (前端 + 所有架构后端)" echo -e "2. 📦 仅编译所有后端架构"
echo -e "3. 📦 仅编译所有后端架构" echo -e "3. 🚀 一键全部构建 (前端 + 所有架构后端)"
echo -e "-------------------------------------" echo -e "-------------------------------------"
echo -e "4. 🪟 编译后端: Windows 64位" echo -e "4. 🪟 编译后端: Windows 64位"
echo -e "5. 🐧 编译后端: Linux ARM64" echo -e "5. 🐧 编译后端: Linux ARM64"
@@ -126,11 +126,11 @@ while true; do
pause_and_return pause_and_return
;; ;;
2) 2)
build_frontend
build_all_backend build_all_backend
pause_and_return pause_and_return
;; ;;
3) 3)
build_frontend
build_all_backend build_all_backend
pause_and_return pause_and_return
;; ;;

1
vue-pure-admin Submodule

Submodule vue-pure-admin added at 1b4a38fe41