diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..cd22418 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,24 @@ +# AGENTS.md + +## 编译 + +使用以下命令编译项目(所有开发构建均使用此命令): + +```bash +./gradlew assembleBetaDebug +``` + +## 编译后上传 + +- 每次 `./gradlew assembleBetaDebug` 编译成功(BUILD SUCCESSFUL)后,紧接着执行上传脚本: + +```bash +../upload_APK_To_ALiYunPan.sh +``` + +- 上传失败不阻塞流程,但必须向用户提示失败原因。 + +## 开发约束 + +- 只修改 `winboll/` 目录(含 `src/`、`build.gradle` 等)进行开发。 +- 不要改动 `aes/`、`appbase/`、`libaes/`、`libappbase/` 及根目录配置文件。 diff --git a/opencode.json b/opencode.json new file mode 100644 index 0000000..b795ba7 --- /dev/null +++ b/opencode.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://opencode.ai/config.json", + "model": "opencode/mimo-v2.6-flash-free" +} diff --git a/winboll/build.properties b/winboll/build.properties index 72898f2..42e8d3d 100644 --- a/winboll/build.properties +++ b/winboll/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Thu Sep 17 06:51:53 HKT 2026 +#Fri Sep 25 16:15:27 HKT 2026 stageCount=1 libraryProject= baseVersion=15.21 publishVersion=15.21.0 -buildCount=4 +buildCount=12 baseBetaVersion=15.21.1