配置STUDIO 主机 OpenCode 开发环境。
This commit is contained in:
24
AGENTS.md
Normal file
24
AGENTS.md
Normal 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
4
opencode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"model": "opencode/mimo-v2.6-flash-free"
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user