Add files via upload

This commit is contained in:
linbooker
2024-10-21 23:40:57 +08:00
committed by GitHub
parent c8c261bc53
commit 10961682d1
4 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"manifest_version": 1,
"name": "切换队伍",
"version": "1.0",
"description": "按顺序切换至队伍",
"authors": [
{
"name": "LL"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}