新增候选提醒到管理组

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