feat: OTA重构 — manifest.json统一+业务页三渠道

- manifest.json: stable/beta/nightly 统一H5+APK配置
- index-stable.html: 主业务页(⚙齿轮渠道切换)
- index-beta/index-nightly: meta refresh→stable(开发期)
This commit is contained in:
LukeMackin
2026-07-22 00:20:54 +08:00
parent 0984082ac0
commit 1160fdd03b
4 changed files with 79 additions and 0 deletions

1
ota/h5/index-beta.html Normal file
View File

@@ -0,0 +1 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="refresh" content="0;url=index-stable.html"></head><body></body></html>