feat(zy): 添加消息通知功能并优化活动相关逻辑

- 在 Circle 控制器中添加点赞、评论和审核通知
- 在 Game 控制器中添加退坑、取消活动和发送消息功能
- 优化 Activity 控制器中的订单关联逻辑
- 更新语言包,添加新的活动状态翻译
This commit is contained in:
2025-05-26 11:03:39 +08:00
parent d48daea477
commit b7023e7ab3
7 changed files with 247 additions and 9 deletions

View File

@@ -72,6 +72,7 @@ return [
"Type0" => "一次性",
"Type1" => "周期性",
"Status-1" => "取消",
"Status0" => "未开始",
"Status1" => "报名中",
"Status2" => "进行中",

View File

@@ -14,7 +14,7 @@ return [
'User.username' => '用户名',
'Order.order_sn' => '订单号',
"Status-1" => "取消",
"Status0" => "待支付",
"Status1" => "已支付",
"Status2" => "报名成功",
];