chore: update build script and language settings in window manager

This commit is contained in:
ethan.chen
2025-06-25 14:11:38 +08:00
parent 63eda91fd6
commit ba3435e1a0
4 changed files with 296 additions and 264 deletions

View File

@@ -2,8 +2,8 @@
###
# @Date: 2025-04-25 13:45:35
# @LastEditors: 陈子健
# @LastEditTime: 2025-05-26 17:14:22
# @FilePath: /mac-lyric-vue/build.sh
# @LastEditTime: 2025-06-25 14:01:43
# @FilePath: /lyroc/build.sh
###
# lyroc 打包脚本
@@ -25,7 +25,7 @@ command -v python3 >/dev/null 2>&1 || { echo -e "${RED}错误: python3 未安装
# 项目根目录
ROOT_DIR="$(pwd)"
FRONTEND_DIR="$ROOT_DIR/frontend"
BACKEND_DIR="$ROOT_DIR/backend"
BACKEND_DIR="$ROOT_DIR/backend_local"
ELECTRON_DIR="$ROOT_DIR/electron-app"
# 1. 构建前端