新增候选提醒到管理组

1. 新增候选提醒到管理组消息
2. 修改发送私信的实现为message::add()
This commit is contained in:
tonghoil
2025-09-16 20:14:51 +08:00
parent 25db083394
commit 44e88a7404
13 changed files with 309 additions and 84 deletions

View File

@@ -14,4 +14,6 @@ return [
'msg_you_must_upload_in' => "Please upload the offer within ",
'msg_hours_otherwise' => " hours. Otherwise the offer would be deleted.",
'msg_reason_is' => "The reason: ",
'msg_new_offer_subject' => "A new offer has been added",
'msg_new_offer_msg' => "User :username has added a new offer :offername",
];

View File

@@ -14,4 +14,6 @@ return [
'msg_you_must_upload_in' => "请在",
'msg_hours_otherwise' => "小时内上传通过候选的内容。否则该候选将被删除。",
'msg_reason_is' => "原因:",
'msg_new_offer_subject' => "有新的候选被添加",
'msg_new_offer_msg' => "用户 :username 添加了新的候选 :offername",
];

View File

@@ -14,4 +14,6 @@ return [
'msg_you_must_upload_in' => "請在",
'msg_hours_otherwise' => "小時內上傳通過候選的內容。否則該候選將被刪除。",
'msg_reason_is' => "原因:",
'msg_new_offer_subject' => "有新的候選被添加",
'msg_new_offer_msg' => "用戶 :username 添加了新的候選 :offername",
];