FastMovieAI AI短剧创作平台 二开基线

- 源码: xhadmincn/FastMovieAI (Apache 2.0)
- 二开: Docker部署, Swoole改Select, route.php修复, 补update/VERSION
- vendor/示例资源已gitignore
This commit is contained in:
李建琦
2026-08-26 18:37:36 +08:00
commit eae151fd57
888 changed files with 105571 additions and 0 deletions
+235
View File
@@ -0,0 +1,235 @@
[
{
"title": "Dashboard",
"icon": "House",
"path": "Index",
"sort": 0,
"children": [
{
"title": "Console",
"icon": "ElementPlus",
"path": "Index/control",
"component": "databoard"
}
]
},
{
"title": "Functional",
"icon": "Stopwatch",
"path": "Functional",
"children": [
{
"title": "Administrator",
"icon": "User",
"path": "Admin/group",
"component": "table",
"children": [
{
"title": "Staff List",
"path": "Admin/index",
"component": "table",
"children": [
{
"title": "Create Administrator",
"path": "Admin/create",
"show": false,
"component": "form"
},
{
"title": "Edit Administrator",
"show": false,
"path": "Admin/update",
"component": "form"
},
{
"title": "Delete Administrator",
"show": false,
"path": "Admin/delete"
},
{
"title": "Update Status",
"show": false,
"path": "Admin/indexUpdateState"
},
{
"title": "Move Role",
"component": "form",
"show": false,
"path": "Admin/moveRole"
}
]
}
]
},
{
"title": "Role Management",
"icon": "PriceTag",
"path": "AdminRole/group",
"component": "table",
"children": [
{
"title": "Role List",
"path": "AdminRole/index",
"component": "table",
"children": [
{
"title": "Create Role",
"path": "AdminRole/create",
"show": false,
"component": "form"
},
{
"title": "Edit Role",
"show": false,
"path": "AdminRole/update",
"component": "form"
},
{
"title": "Delete Role",
"show": false,
"path": "AdminRole/delete"
},
{
"title": "Update Status",
"show": false,
"path": "AdminRole/indexUpdateState"
}
]
}
]
}
]
},
{
"title": "Systems",
"icon": "Setting",
"path": "System",
"children": [
{
"title": "Basic Settings",
"icon": "Setting",
"path": "System/basic",
"component": "form"
},
{
"title": "Upload Settings",
"icon": "UploadFilled",
"path": "System/upload",
"component": "form"
},
{
"title": "SMS Settings",
"icon": "Message",
"path": "System/sms",
"component": "form"
},
{
"title": "Payment Management",
"icon": "Wallet",
"path": "Payment/group",
"show": false,
"children": [
{
"title": "Payment Settings",
"path": "Payment/index",
"show": false,
"component": "payment-form"
},
{
"title": "Payment Template",
"path": "PaymentTemplate/index",
"component": "table",
"show": false,
"children": [
{
"title": "Create Payment Template",
"path": "PaymentTemplate/create",
"show": false,
"component": "form"
},
{
"title": "Edit Payment Template",
"path": "PaymentTemplate/update",
"show": false,
"component": "form"
},
{
"title": "Delete Payment Template",
"path": "PaymentTemplate/delete",
"show": false,
"component": ""
}
]
}
]
}
]
},
{
"title": "Public Permissions",
"path": "Public",
"show": false,
"children": [
{
"title": "Edit Profile",
"show": false,
"path": "Admin/updateSelf",
"component": "form"
},
{
"title": "Get Profile",
"show": false,
"path": "Admin/getSelfInfo",
"component": ""
},
{
"title": "Logout",
"show": false,
"path": "Public/outLogin",
"component": ""
},
{
"title": "Get Upload Categories",
"path": "Uploads/getUploadClassify",
"show": false,
"component": ""
},
{
"title": "Edit Upload Category",
"path": "Uploads/saveClassify",
"show": false,
"component": ""
},
{
"title": "Delete Upload Category",
"path": "Uploads/deleteClassify",
"show": false,
"component": ""
},
{
"title": "Upload File",
"path": "Uploads/upload",
"show": false,
"component": ""
},
{
"title": "Delete Upload File",
"path": "Uploads/deleteUploads",
"show": false,
"component": ""
},
{
"title": "Edit Upload File",
"path": "Uploads/updateUploads",
"show": false,
"component": ""
},
{
"title": "Get Upload File List",
"path": "Uploads/getList",
"show": false,
"component": ""
}
]
}
]