docs: 英文 README 设为默认并添加 AGPL 许可

This commit is contained in:
xweiba
2026-09-24 15:31:47 +08:00
parent f4712f7fb2
commit 228b67b210
6 changed files with 1406 additions and 724 deletions
@@ -39,8 +39,8 @@ grep -Fq "latestVersion: \"$LATEST_VERSION\"" "$CONFIG" \
|| fail "Shared/AppRemoteConfiguration.swift fallback latestVersion must match version.txt ($LATEST_VERSION)"
grep -Fq "version-v$LATEST_VERSION" "$ROOT/README.md" \
|| fail "README.md version badge must match version.txt ($LATEST_VERSION)"
grep -Fq "version-v$LATEST_VERSION" "$ROOT/README.en.md" \
|| fail "README.en.md version badge must match version.txt ($LATEST_VERSION)"
grep -Fq "version-v$LATEST_VERSION" "$ROOT/README.zh-CN.md" \
|| fail "README.zh-CN.md version badge must match version.txt ($LATEST_VERSION)"
grep -q 'static let fallback = AppRemoteConfiguration' "$CONFIG" \
|| fail "the app must ship a built-in remote-configuration fallback"