This commit is contained in:
make
2025-11-30 01:40:14 +08:00
parent dcadefbbed
commit d2372a7051
12 changed files with 101 additions and 95 deletions

View File

@@ -47,6 +47,11 @@ class SystemConfigSeeder
'sc_val' => "",
'sc_description' => '视频封面域名',
],
[
'sc_code' => 'PUBLIC_STATIC_DOMAIN',
'sc_val' => "",
'sc_description' => '静态资源域名',
],
];