视频封面增加域名配置

This commit is contained in:
make
2025-11-24 22:10:04 +08:00
parent 5bb435c93b
commit 0c648ca5e4
12 changed files with 19 additions and 14 deletions

View File

@@ -42,6 +42,11 @@ class SystemConfigSeeder
'sc_val' => "",
'sc_description' => '全局刚刚统计代码',
],
[
'sc_code' => 'PUBLIC_COVER_DOMAIN',
'sc_val' => "",
'sc_description' => '视频封面域名',
],
];