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
@@ -0,0 +1,91 @@
{
"title": "短剧",
"icon": "VideoCamera",
"path": "/app/shortplay/control",
"sort": 2,
"children": [
{
"title": "剧本列表",
"icon": "Tickets",
"path": "/app/shortplay/control/Drama/index",
"component": "table",
"children": [
{
"title": "更新状态",
"show": false,
"path": "/app/shortplay/control/Drama/indexUpdateState"
}
]
},
{
"title": "分集列表",
"icon": "Tickets",
"path": "/app/shortplay/control/DramaEpisode/index",
"component": "table",
"children": [
{
"title": "创建分集",
"path": "/app/shortplay/control/DramaEpisode/create",
"show": false,
"component": "form"
},
{
"title": "编辑分集",
"show": false,
"path": "/app/shortplay/control/DramaEpisode/update",
"component": "form"
}
]
},
{
"title": "演员列表",
"icon": "User",
"path": "/app/shortplay/control/Actor/index",
"component": "table",
"children": [
{
"title": "创建演员",
"path": "/app/shortplay/control/Actor/create",
"show": false,
"component": "form"
},
{
"title": "编辑演员",
"show": false,
"path": "/app/shortplay/control/Actor/update",
"component": "form"
},
{
"title": "更新演员状态",
"show": false,
"path": "/app/shortplay/control/Actor/indexUpdateState"
}
]
},
{
"title": "风格列表",
"icon": "MagicStick",
"path": "/app/shortplay/control/Style/index",
"component": "table",
"children": [
{
"title": "创建风格",
"path": "/app/shortplay/control/Style/create",
"show": false,
"component": "form"
},
{
"title": "编辑风格",
"show": false,
"path": "/app/shortplay/control/Style/update",
"component": "form"
},
{
"title": "更新风格状态",
"show": false,
"path": "/app/shortplay/control/Style/indexUpdateState"
}
]
}
]
}