初始化

This commit is contained in:
2026-03-02 13:44:38 +08:00
commit 05b785083c
677 changed files with 58662 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<?php
/**
* Created by PhpStorm.
* User: rocky
* Date: 2022-02-26
* Time: 00:44
*/
use addons\webman\model\Lottery;
use addons\webman\model\Notice;
return [
'title' => [
Notice::TYPE_WITHDRAW =>
[
2 => '下分成功',
3 => '下分失败'
]
],
'content' => [
Notice::TYPE_WITHDRAW =>
[
2 => '本次申请已成功处理,下分 {point},请查收',
3 => '本次申请下分 {point} 已退回,请查收'
]
],
];