add video template 4

This commit is contained in:
make
2025-05-10 15:08:28 +08:00
parent 7627c37879
commit 309c4ed098
54 changed files with 11207 additions and 1386 deletions

View File

@@ -45,7 +45,8 @@ class ConverterMovel
'{strVideoDirector}' => '',
'{strVideoActor}' => '',
'{strVideoDescription}' => '',
'{intVideoPlaySort}' => '',
'{intVideoPlaySort}' => '1',
'{intPlayIndex}' => '1',
];
@@ -84,6 +85,7 @@ class ConverterMovel
'{strVideoActor}' => '这个是当前视频演员',
'{strVideoDescription}' => '这个是当前视频简介',
'{intVideoPlaySort}' => '这个是当前视频播放集数',
'{intPlayIndex}' => '这个是当前视频播放集数',
];