; export const entityDesc = { locales: { zh_CN: { name: '域名', attr: { url: '域名', apiPath: 'api路径', protocol: '协议', port: '端口', system: '系统', }, v: { protocol: { "http:": 'http', "https:": 'https', } } }, }, style: { color: { protocol: { "http:": '#0000FF', "https:": '#4682B4', } } } };