TLDR;
This is a cloudflare worker that do some agent function for BeatMods. Mainly for the Chinese localization work.
It handles incoming requests and forward to beatmods's api server, the response will be rewritten by the project to add more informations or do the translate.
这是一个CloudFlare Worker服务。可以委托访问BeatMods的服务器,并增加翻译内容。
测试npm run dev,部署npm run deploy。
上面指令会自动执行python inline_database/upgrade.py。
这是一个嵌入在源码中的翻译数据。需要通过python inline_database/upgrade.py将零散的json打包成一个src\generated_inline_db.json文件。