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
+92
View File
@@ -0,0 +1,92 @@
{
"title":"文章",
"icon":"Notebook",
"path":"/app/article/admin",
"sort":4999,
"children":[
{
"title":"公告",
"icon":"BellFilled",
"path":"/app/article/admin/Announcement/index",
"component":"table"
},
{
"title":"文章列表",
"icon":"Notebook",
"path":"/app/article/admin/Index/index",
"show": false,
"component":"table"
},
{
"title":"添加文章",
"path":"/app/article/admin/Index/create",
"component":"form",
"show":false
},
{
"title":"编辑文章",
"path":"/app/article/admin/Index/update",
"component":"form",
"show":false
},
{
"title":"审核文章",
"path":"/app/article/admin/Index/examine",
"component":"form",
"show":false
},
{
"title":"更新文章状态",
"path":"/app/article/admin/Index/indexUpdateState",
"show":false
},
{
"title":"更新文章排序",
"path":"/app/article/admin/Index/indexUpdateField",
"show":false
},
{
"title":"删除文章",
"path":"/app/article/admin/Index/delete",
"show":false
},
{
"title":"缓存文章",
"path":"/app/article/admin/Index/cache",
"show":false
},
{
"title":"文章分类",
"icon":"FolderOpened",
"path":"/app/article/admin/Classify/index",
"component":"table"
},
{
"title":"添加分类",
"path":"/app/article/admin/Classify/create",
"component":"form",
"show":false
},
{
"title":"编辑分类",
"path":"/app/article/admin/Classify/update",
"component":"form",
"show":false
},
{
"title":"更新分类状态",
"path":"/app/article/admin/Classify/indexUpdateState",
"show":false
},
{
"title":"更新分类排序",
"path":"/app/article/admin/Classify/indexUpdateField",
"show":false
},
{
"title":"删除分类",
"path":"/app/article/admin/Classify/delete",
"show":false
}
]
}