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
+95
View File
@@ -0,0 +1,95 @@
{
"name": "loong/admin",
"type": "project",
"keywords": [
"快速开发",
"后台管理",
"后端渲染"
],
"homepage": "https://github.com/RenLoong/loong-admin.git",
"license": "MIT",
"description": "一款让开发者专注后端PHP业务开发的高性能框架,基于Webman框架开发",
"authors": [
{
"name": "walkor",
"email": "walkor@workerman.net",
"homepage": "https://www.workerman.net",
"role": "Developer"
},
{
"name": "余心",
"email": "1016683587@qq.com",
"homepage": "https://www.renloong.com",
"role": "Developer"
}
],
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
},
"support": {
"email": "1016683587@qq.com",
"issues": "https://github.com/RenLoong/loong-admin/issues",
"forum": "https://wenda.workerman.net/",
"wiki": "https://workerman.net/doc/webman",
"source": "https://github.com/RenLoong/loong-admin"
},
"require": {
"php": ">=8.1",
"workerman/webman-framework": "~v2.1",
"monolog/monolog": "^3.8",
"webman/think-orm": "^2.1",
"vlucas/phpdotenv": "^5.6",
"topthink/think-template": "^3.0",
"illuminate/redis": "^10.48",
"illuminate/events": "^10.48",
"topthink/think-validate": "^3.0",
"webman/captcha": "^1.0",
"workerman/crontab": "^1.0",
"webman/console": "^2.1",
"shopwwi/webman-filesystem": "^1.1",
"shopwwi/filesystem-oss": "^1.0",
"league/flysystem-aws-s3-v3": "^3.29",
"overtrue/flysystem-qiniu": "^3.2",
"overtrue/flysystem-cos": "^5.1",
"loong/oauth": "^1.1",
"alibabacloud/dysmsapi-20170525": "^3.1",
"yansongda/pay": "^3.7",
"webman/event": "^1.0",
"php-ffmpeg/php-ffmpeg": "^1.3",
"workerman/workerman": "~v5.1",
"webman/redis": "^2.1",
"webman/cache": "^2.1",
"textalk/websocket": "^1.5",
"webman/push": "^1.1",
"symfony/translation": "^6.4",
"tencentcloud/sms": "^3.0"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"": "./",
"app\\": "./app",
"App\\": "./app",
"app\\View\\Components\\": "./app/view/components"
},
"files": [
"./support/helpers.php"
]
},
"scripts": {
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
}
}