()
| 231 | } |
| 232 | |
| 233 | func GetFAQ() []map[string]interface{} { |
| 234 | return getJSONList(GetConsoleSetting().FAQ) |
| 235 | } |
| 236 | |
| 237 | func validateUptimeKumaGroups(groupsStr string) error { |
| 238 | groups, err := parseJSONArray(groupsStr, "Uptime Kuma分组配置") |
no test coverage detected