feat: migrate language code
All checks were successful
Deploy / Deploy (push) Successful in 1m15s

This commit is contained in:
CDN 2025-02-03 22:52:56 +08:00
parent 47cf6171c5
commit 9ac43ef4f9
Signed by: CDN
GPG key ID: 0C656827F9F80080
86 changed files with 119 additions and 80 deletions

View file

@ -6,7 +6,7 @@ import xml2js from 'xml2js';
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
const LANGUAGES = ['en-US', 'zh-CN', 'zh-TW'];
const LANGUAGES = ['en', 'zh-Hans', 'zh-Hant'];
const BASE_URL = 'mirror.starset.fans';
interface Update {