docs: add project AGENTS.md and Flutter AGENTS.md, fix appName

- 添加根目录 AGENTS.md 定义全仓工程总览及各端开发规范
- 添加 webrtc_controller_flutter/AGENTS.md 定义 Flutter 项目技术栈、架构与编码规范
- 修正 WebRTCController app/build.gradle 中 appName 返回值
This commit is contained in:
2026-08-03 15:37:47 +08:00
parent 0d49c60c12
commit 1918e5738e
3 changed files with 361 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ def releaseTime() {
}
def appName() {
return "WebRTCControlled"
return "WebRTCController"
}
android {