Skip to content

BeatSaberCN/beatmods-agent

Repository files navigation

BeatMods Agent

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.

BeatMods代理服务

这是一个CloudFlare Worker服务。可以委托访问BeatMods的服务器,并增加翻译内容。

测试/部署

测试npm run dev,部署npm run deploy

上面指令会自动执行python inline_database/upgrade.py

InlineDatabase

这是一个嵌入在源码中的翻译数据。需要通过python inline_database/upgrade.py将零散的json打包成一个src\generated_inline_db.json文件。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors