This commit is contained in:
2025-06-23 17:33:29 +08:00
commit 1547fffc7e
4 changed files with 100 additions and 0 deletions

15
src/Service.php Normal file
View File

@ -0,0 +1,15 @@
<?php
namespace jerryyan\notice;
use think\admin\Plugin;
class Service extends Plugin
{
protected $appName = '通知提醒';
public static function menu(): array
{
return [];
}
}