JS脚本:全自动使用多个兑换码 (#1138)

This commit is contained in:
迷路の龙王
2025-07-22 10:40:51 +08:00
committed by GitHub
parent 21b94c6d72
commit 8cd8353410
34 changed files with 402 additions and 0 deletions

View File

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