first
This commit is contained in:
34
modules/Notification/Config/config.php
Normal file
34
modules/Notification/Config/config.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 模块名称
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
'name' => 'Notification',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 消息分类
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
'types' => [
|
||||
'App\\Notifications\\SystemOpenVip' => [
|
||||
'name' => '开通会员',
|
||||
'icon' => 'http://api.siyuankunlun.com/storage/materials/2022/08/09/newsIcon_04.jpg',
|
||||
],
|
||||
'App\\Notifications\\SystemOrderDelivered' => [
|
||||
'name' => '发货',
|
||||
'icon' => 'http://api.siyuankunlun.com/storage/materials/2022/08/09/newsIcon_02.png',
|
||||
],
|
||||
'App\\Notifications\\SystemRemindUserSign' => [
|
||||
'name' => '打卡',
|
||||
'icon' => 'http://api.siyuankunlun.com/storage/materials/2022/08/09/newsIcon_01.png',
|
||||
],
|
||||
'App\\Notifications\\SystemUpdateCase' => [
|
||||
'name' => '上传报告',
|
||||
'icon' => 'http://api.siyuankunlun.com/storage/materials/2022/08/09/newsIcon_05.png',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user