feat: admin complaint (owner only) + result appeal (one per ticket, owner only)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const U = {
|
||||
STATUS: { pending:'待处理', processing:'处理中', awaiting_info:'待补充', resolved:'已解决', rejected:'已驳回', closed:'已关闭' },
|
||||
TYPE: { report:'举报', suggestion:'建议', appeal:'申诉' },
|
||||
TYPE: { report:'举报', suggestion:'建议', appeal:'申诉', result_appeal:'结果申诉' },
|
||||
ROLE: { owner:'服主', admin:'管理员', player:'玩家' },
|
||||
PRIORITY: { low:'低', medium:'中', high:'高', urgent:'紧急' },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user