This commit is contained in:
2023-03-08 09:16:04 +08:00
commit e78454540f
1318 changed files with 210569 additions and 0 deletions

View 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',
],
],
];