feat: 添加打包脚本并优化指引窗口管理

添加 build_and_package.sh 脚本用于自动化构建和打包
在 MenuContent 中增加对指引窗口的引用管理,避免重复创建
更新 .gitignore 忽略构建产物
添加 ExportOptions.plist 文件用于构建配置
This commit is contained in:
2025-12-27 19:43:00 +08:00
parent 37d73db4e5
commit 693e4966d4
4 changed files with 119 additions and 1 deletions

3
.gitignore vendored
View File

@@ -94,5 +94,6 @@ Temporary Items
# PowerBar specific
PowerBar.xcarchive/
ExportedApp/
PowerBar.app
PowerBar-*.dmg
PowerBar.dmg
ExportOptions.plist