FastMovieAI AI短剧创作平台 二开基线
- 源码: xhadmincn/FastMovieAI (Apache 2.0) - 二开: Docker部署, Swoole改Select, route.php修复, 补update/VERSION - vendor/示例资源已gitignore
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"title": "Notification",
|
||||
"icon": "Bell",
|
||||
"path": "/app/notification/admin",
|
||||
"sort": 8000,
|
||||
"children": [
|
||||
{
|
||||
"title": "Message List",
|
||||
"icon": "Message",
|
||||
"path": "/app/notification/admin/Message/index",
|
||||
"component": "table",
|
||||
"children": [
|
||||
{
|
||||
"title": "Message List",
|
||||
"path": "/app/notification/admin/Message/index",
|
||||
"component": "table"
|
||||
},
|
||||
{
|
||||
"title": "Push Test",
|
||||
"path": "/app/notification/admin/Message/pushTest",
|
||||
"show": false,
|
||||
"component": "form"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "System Configuration",
|
||||
"icon": "Setting",
|
||||
"path": "/app/notification/admin/System",
|
||||
"children": [
|
||||
{
|
||||
"title": "Notification Strategy",
|
||||
"path": "/app/notification/admin/System/strategy",
|
||||
"show": false,
|
||||
"component": "form"
|
||||
},
|
||||
{
|
||||
"title": "Site Push",
|
||||
"path": "/app/notification/admin/System/push",
|
||||
"component": "form"
|
||||
},
|
||||
{
|
||||
"title": "WeChat Template",
|
||||
"path": "/app/notification/admin/System/wechat_template",
|
||||
"show": false,
|
||||
"component": "form"
|
||||
},
|
||||
{
|
||||
"title": "SMS Template",
|
||||
"path": "/app/notification/admin/System/sms_template",
|
||||
"show": false,
|
||||
"component": "form"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user