FastMovieAI 二开基线 v1.0 (完整源码)

This commit is contained in:
李建琦
2026-08-26 18:41:02 +08:00
parent fad7690c0c
commit d54584f70d
888 changed files with 105571 additions and 1 deletions
@@ -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"
}
]
}
]
}