Files
WinBoLL/AGENTS.md
2026-09-25 18:20:29 +08:00

25 lines
558 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AGENTS.md
## 编译
使用以下命令编译项目(所有开发构建均使用此命令):
```bash
./gradlew assembleBetaDebug
```
## 编译后上传
- 每次 `./gradlew assembleBetaDebug` 编译成功(BUILD SUCCESSFUL)后,紧接着执行上传脚本:
```bash
../upload_APK_To_ALiYunPan.sh
```
- 上传失败不阻塞流程,但必须向用户提示失败原因。
## 开发约束
- 只修改 `appbase/`、`libappbase/` 目录(含 `src/`、`build.gradle` 等)进行开发。
- 不要改动 `winboll/` 及根目录配置文件。