Update Live-streaming code (auto-daily features)

This commit is contained in:
2026-08-15 17:45:19 +08:00
parent ba39e9743d
commit f623959fd4
19 changed files with 3517 additions and 62 deletions
@@ -0,0 +1,17 @@
{
"manifest_version": 1,
"name": "直播系统读取当前队伍",
"version": "1.0.0",
"bgi_version": "0.63.0",
"description": "读取游戏当前队伍预设名称并通过状态文件返回给直播联动系统",
"authors": [
{
"name": "BGI直播项目"
}
],
"settings_ui": "settings.json",
"main": "main.js",
"saved_files": [
"status.json"
]
}