配置STUDIO 主机 OpenCode 开发环境。

This commit is contained in:
3 changed files with 30 additions and 2 deletions

24
AGENTS.md Normal file
View File

@@ -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/` 及根目录配置文件。

4
opencode.json Normal file
View File

@@ -0,0 +1,4 @@
{
"$schema": "https://opencode.ai/config.json",
"model": "opencode/mimo-v2.6-flash-free"
}

View File

@@ -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