oak-general-business/lib/entities/Domain.js

24 lines
534 B
JavaScript

"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',
}
}
},
},
};