feat: Added reset and pause subscription functionality, and updated the status display.

This commit is contained in:
web@ppanel
2025-12-29 05:51:24 +00:00
parent b27b9287be
commit bc451eea16
3 changed files with 120 additions and 0 deletions
@@ -71,6 +71,21 @@
"remove": "移除",
"resetLogs": "重置日志",
"resetTime": "重置时间",
"resetToken": "重置订阅地址",
"resetTokenDescription": "这将重置订阅地址并重新生成新的令牌。",
"resetTokenSuccess": "订阅地址重置成功",
"confirmResetToken": "确认重置订阅地址",
"stopSubscribe": "暂停订阅",
"stopSubscribeDescription": "这将暂时停止订阅。用户将无法使用。",
"stopSubscribeSuccess": "订阅已暂停",
"confirmStopSubscribe": "确认暂停订阅",
"status": "状态",
"statusPending": "待处理",
"statusActive": "活跃",
"statusFinished": "已完成",
"statusExpired": "已过期",
"statusDeducted": "已扣除",
"statusStopped": "已停止",
"save": "保存",
"speedLimit": "速度限制",
"startTime": "开始时间",