mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-07-22 08:59:34 +08:00
update
This commit is contained in:
parent
0cfac84092
commit
ae1a8fdc00
@ -18,6 +18,7 @@ import java.util.*;
|
|||||||
public class AppConfigCheck implements ApplicationRunner {
|
public class AppConfigCheck implements ApplicationRunner {
|
||||||
|
|
||||||
private static final HashMap<String, AppConfig[]> configs = new HashMap<>() {{
|
private static final HashMap<String, AppConfig[]> configs = new HashMap<>() {{
|
||||||
|
// 系统配置
|
||||||
put("系统", new AppConfig[]{new AppConfig() {{
|
put("系统", new AppConfig[]{new AppConfig() {{
|
||||||
setName("网站名");
|
setName("网站名");
|
||||||
setSort(10);
|
setSort(10);
|
||||||
@ -49,6 +50,7 @@ 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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user