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

33 lines
728 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.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',
}
}
}
};