perf: 公共cname服务支持关闭

This commit is contained in:
xiaojunnuo
2024-11-14 18:31:17 +08:00
parent c3cfbd8474
commit f4ae5125dc
4 changed files with 22 additions and 4 deletions
@@ -14,6 +14,7 @@ export type SysPrivateSetting = {
httpProxy?: string;
httpsProxy?: string;
dnsResultOrder?: string;
commonCnameEnabled?: boolean;
};
export const SettingKeys = {