Initial commit: add RainOpsMini project and documentation

This commit is contained in:
zhanghao0915
2026-05-18 16:41:05 +08:00
commit 2449d26916
216 changed files with 37704 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"Enabled": false,
"ListCommand": "兑换列表",
"RedeemCommand": "兑换",
"Options": [
{
"Name": "VIP 7天",
"Cost": 200,
"DurationDays": 7,
"Group": "VIP_RainOpsMini",
"Description": "7天VIP体验"
},
{
"Name": "VIP 30天",
"Cost": 800,
"DurationDays": 30,
"Group": "VIP_RainOpsMini",
"Description": "30天VIP月卡"
},
{
"Name": "SVIP 30天",
"Cost": 1500,
"DurationDays": 30,
"Group": "SVIP_RainOpsMini",
"Description": "30天SVIP尊贵特权"
}
]
}