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,5 @@
<?php
return [
'form_basic_title'=>'Basic',
];
@@ -0,0 +1,6 @@
<?php
return [
'success' => 'Success',
'fail' => 'Fail',
];
@@ -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',
];