自动使用兑换码归档 (#1575)

This commit is contained in:
躁动的氨气
2025-08-13 09:36:30 +08:00
committed by GitHub
parent 833a6f1290
commit da329d7353
17 changed files with 201 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"manifest_version": 1,
"name": "自动使用多个兑换码",
"version": "2.0",
"description": "自动使用兑换码,自定义配置里输入兑换码,多个兑换码支持用非字母数字串隔开,建议用空格隔开。自动检测新旧兑换码,无需反复启停该脚本",
"authors": [
{
"name": "miludelongwang",
"links": "https://github.com/miludelongwang"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}