"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); ; const entityDesc = { locales: { zh_CN: { name: '域名', attr: { url: '域名', apiPath: 'api路径', protocol: '协议', port: '端口', system: '系统', }, v: { protocol: { http: 'http', https: 'https', } } }, }, };