chore: 清理项目并规范化

- 删除重复的 XMBOX-Release 目录(与 apk/ 目录功能重复)
- 删除临时清理脚本和无关工具文件(bfg.jar, cleaner.bat)
- 从 Git 中移除本地配置文件(gradle.properties.local)
- 删除空的 local-repo 目录和 .DS_Store 文件
- 更新项目名称:rootProject.name 从 'TV' 改为 'XMBOX'
- 更新通知渠道名称从 'TV' 改为 'XMBOX'
- 更新关于对话框文本,移除 GitHub 链接
- 更新 .gitignore,添加更多忽略规则
- 从 settings.gradle 中注释掉未使用的 chaquo 模块
This commit is contained in:
您的名字
2025-11-09 18:22:19 +08:00
parent 3441bbc8f0
commit a0888f7930
24 changed files with 31 additions and 149 deletions
+2 -2
View File
@@ -20,6 +20,6 @@ dependencyResolutionManagement {
}
include ':app'
include ':catvod'
include ':chaquo'
// include ':chaquo' // 已移除Python支持
include ':quickjs'
rootProject.name = "TV"
rootProject.name = "XMBOX"