修改插件
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-21 00:01:45 +08:00
parent 7bc68457e9
commit cbd6250967
224 changed files with 61713 additions and 18 deletions

View File

@@ -0,0 +1,13 @@
<?php
/*
* 自定义前台导航菜单(仅支持一二级)
*/
return [
[
'name' => 'nav_plugin_addon_ticket_list', # 链接名称,同时需要在lang/目录下定义语言
'url' => 'ticket', # 链接格式,会自动加上.html
'icon' => '', # 图标
'child' => [ # 二级菜单
]
],
];