新增候选提醒到管理组

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
+2
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",
];