FastMovieAI 二开基线 v1.0 (完整源码)

This commit is contained in:
李建琦
2026-08-26 18:41:02 +08:00
parent fad7690c0c
commit d54584f70d
888 changed files with 105571 additions and 1 deletions
@@ -0,0 +1 @@
ALTER TABLE `php_plugin_model` ADD COLUMN `form` json NULL AFTER `description`;
@@ -0,0 +1 @@
ALTER TABLE `php_plugin_model` ADD COLUMN `point_type` char(20) NULL DEFAULT 'times' AFTER `point`;
@@ -0,0 +1 @@
ALTER TABLE `php_plugin_shortplay_actor` MODIFY COLUMN `remarks` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '角色描述' AFTER `age`;
+2
View File
@@ -0,0 +1,2 @@
1034
0.0.34