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,68 @@
<?php
return [
'Dashboard' => 'Dashboard',
'Console' => 'Console',
'User' => 'User',
'User List' => 'User List',
'Create User' => 'Create User',
'Edit User' => 'Edit User',
'Update Status' => 'Update Status',
'Functional' => 'Functional',
'Administrator' => 'Administrator',
'Staff List' => 'Staff List',
'Create Administrator' => 'Create Administrator',
'Edit Administrator' => 'Edit Administrator',
'Delete Administrator' => 'Delete Administrator',
'Move Role' => 'Move Role',
'Role Management' => 'Role Management',
'Role List' => 'Role List',
'Create Role' => 'Create Role',
'Edit Role' => 'Edit Role',
'Delete Role' => 'Delete Role',
'Systems' => 'Systems',
'Basic Settings' => 'Basic Settings',
'Control Settings' => 'Control Settings',
'Upload Settings' => 'Upload Settings',
'SMS Settings' => 'SMS Settings',
'Payment Management' => 'Payment Management',
'Payment Settings' => 'Payment Settings',
'Payment Template' => 'Payment Template',
'Create Payment Template' => 'Create Payment Template',
'Edit Payment Template' => 'Edit Payment Template',
'Delete Payment Template' => 'Delete Payment Template',
'Platform Management' => 'Platform Management',
'WeChat Mini Program' => 'WeChat Mini Program',
'WeChat Official Account' => 'WeChat Official Account',
'Alipay Mini Program' => 'Alipay Mini Program',
'WeChat Open Platform' => 'WeChat Open Platform',
'App Platform' => 'App Platform',
'H5 Platform' => 'H5 Platform',
'PC Platform' => 'PC Platform',
'Public Permissions' => 'Public Permissions',
'Edit Profile' => 'Edit Profile',
'Get Profile' => 'Get Profile',
'Logout' => 'Logout',
'Get Upload Categories' => 'Get Upload Categories',
'Edit Upload Category' => 'Edit Upload Category',
'Delete Upload Category' => 'Delete Upload Category',
'Upload File' => 'Upload File',
'Delete Upload File' => 'Delete Upload File',
'Edit Upload File' => 'Edit Upload File',
'Get Upload File List' => 'Get Upload File List',
'Login Title'=>'Admin Login',
'toolbar Lock'=>'Lock',
'toolbar Search'=>'Search',
'toolbar Notification'=>'Notification',
'toolbar FullScreen'=>'FullScreen',
'toolbar House'=>'Home',
'toolbar Control'=>'Control',
'userDropdownMenu updateSelf'=>'Admin Info',
'Logout Success'=>'Logout Success',
'PIN Code Cannot Be Empty'=>'PIN Code Cannot Be Empty',
'Please Enter 6 Digits PIN Code'=>'Please Enter 6 Digits PIN Code',
'Lock Success'=>'Lock Success',
'Unlock Success'=>'Unlock Success',
'form_basic_title'=>'Basic',
'Settings_basic_web_name'=>'Apps Name'
];
@@ -0,0 +1,5 @@
<?php
return [
'success' => 'Success'
];
@@ -0,0 +1,68 @@
<?php
return [
'Dashboard' => '首页',
'Console' => '控制台',
'User' => '用户',
'User List' => '用户列表',
'Create User' => '创建用户',
'Edit User' => '编辑用户',
'Update Status' => '更新状态',
'Functional' => '职能',
'Administrator' => '管理员',
'Staff List' => '人员列表',
'Create Administrator' => '创建管理员',
'Edit Administrator' => '编辑管理员',
'Delete Administrator' => '删除管理员',
'Move Role' => '移动角色',
'Role Management' => '角色',
'Role List' => '角色管理',
'Create Role' => '创建角色',
'Edit Role' => '编辑角色',
'Delete Role' => '删除角色',
'Systems' => '系统',
'Basic Settings' => '基本配置',
'Control Settings' => '控制台配置',
'Upload Settings' => '上传配置',
'SMS Settings' => '短信配置',
'Payment Management' => '支付管理',
'Payment Settings' => '支付配置',
'Payment Template' => '支付模板',
'Create Payment Template' => '新增支付模板',
'Edit Payment Template' => '编辑支付模板',
'Delete Payment Template' => '删除支付模板',
'Platform Management' => '平台管理',
'WeChat Mini Program' => '微信小程序',
'WeChat Official Account' => '微信公众号',
'Alipay Mini Program' => '支付宝小程序',
'WeChat Open Platform' => '微信开放平台',
'App Platform' => 'APP',
'H5 Platform' => 'H5',
'PC Platform' => 'PC',
'Public Permissions' => '公共权限',
'Edit Profile' => '修改自己的信息',
'Get Profile' => '获取自己的信息',
'Logout' => '退出登录',
'Get Upload Categories' => '获取上传分类',
'Edit Upload Category' => '编辑上传分类',
'Delete Upload Category' => '删除上传分类',
'Upload File' => '上传文件',
'Delete Upload File' => '删除上传文件',
'Edit Upload File' => '编辑上传文件',
'Get Upload File List' => '获取上传文件列表',
'Login Title'=>'管理员登录',
'toolbar Lock'=>'锁屏',
'toolbar Search'=>'搜索菜单',
'toolbar Notification'=>'查看通知',
'toolbar FullScreen'=>'全屏/退出全屏',
'toolbar House'=>'网站首页',
'toolbar Control'=>'网站前台控制台',
'userDropdownMenu updateSelf'=>'管理员信息',
'Logout Success'=>'退出成功',
'PIN Code Cannot Be Empty'=>'PIN码不能为空',
'Please Enter 6 Digits PIN Code'=>'请输入6位PIN码',
'Lock Success'=>'锁定成功',
'Unlock Success'=>'解锁成功',
'form_basic_title'=>'基础信息',
'Settings_basic_web_name'=>'应用名称'
];
@@ -0,0 +1,5 @@
<?php
return [
'success' => '成功'
];