播放器配置->播放配置

This commit is contained in:
none 2023-03-23 11:02:28 +08:00
parent 267a46b0c8
commit fa5b25782f

View File

@ -50,8 +50,8 @@ public class AppConfigCheck implements ApplicationRunner {
setKeyName("system.h5_url"); setKeyName("system.h5_url");
setKeyValue(""); setKeyValue("");
}},}); }},});
// 播放配置 // 播放配置
put("播放配置", new AppConfig[]{new AppConfig() {{ put("播放配置", new AppConfig[]{new AppConfig() {{
setName("播放器封面"); setName("播放器封面");
setSort(10); setSort(10);
setFieldType(BackendConstant.APP_CONFIG_FIELD_TYPE_IMAGE); setFieldType(BackendConstant.APP_CONFIG_FIELD_TYPE_IMAGE);