Add plugin ContractCheck

This commit is contained in:
xuzhi
2024-03-21 14:32:17 +00:00
parent e6dd0064bb
commit 75c201b640
7 changed files with 1405 additions and 23 deletions

View File

@@ -418,7 +418,7 @@
"IpDetect": {
"name": "本地IP检测",
"description": "如果QB、TR等服务在本地部署当本地IP改变时自动修改其server IP",
"version": "1.0",
"version": "1.1",
"icon": "ipAddress.png",
"author": "DzAvril",
"level": 1
@@ -430,5 +430,13 @@
"icon": "trackereditor_A.png",
"author": "honue",
"level": 1
},
"ContractCheck": {
"name": "契约检查",
"description": "定时检查保种契约达成情况",
"version": "1.0",
"icon": "contract.png",
"author": "DzAvril",
"level": 1
}
}