feat: 三渠道分级 - nightly=当前版本, beta/stable留空(暂无更新)

This commit is contained in:
LukeMackin
2026-07-19 23:05:11 +08:00
parent 40d0c86292
commit ffd05e3e17
11 changed files with 8 additions and 42 deletions

View File

@@ -147,6 +147,11 @@ class MainActivity : AppCompatActivity() {
// 2. 解析
appendLog("[2/4] 解析 manifest...")
if (!manifestJson.contains("\"android\"")) {
appendLog(" 该渠道暂无可用更新")
appendLog("=== $channel 渠道测试完成 ===")
return@withContext
}
var manifestSha256 = ""
var manifestApkUrl = ""
var manifestTag = ""