video-template-3

This commit is contained in:
make
2025-05-09 19:33:40 +08:00
parent a228bb8083
commit 715466075a
138 changed files with 22125 additions and 13 deletions

View File

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

View File

@@ -117,7 +117,7 @@ class DomainModel extends BaseModel
}
$arrConfigSubjectFomart = ConfigSubjectFomartModel::getInstance()->getConfigSubjectFomartByCsfKey($strUUId);
if (empty($arrConfigSubjectFomart)) {
$intKey = array_rand($arrAllSubjectFomartModel);