46 lines
1.3 KiB
JavaScript
46 lines
1.3 KiB
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.entityDesc = void 0;
|
|
;
|
|
exports.entityDesc = {
|
|
locales: {
|
|
zh_CN: {
|
|
name: '登录方式',
|
|
attr: {
|
|
system: '系统',
|
|
type: '登录方式',
|
|
config: '登录方式配置',
|
|
enabled: '是否启用',
|
|
},
|
|
v: {
|
|
type: {
|
|
email: '邮箱',
|
|
sms: '短信',
|
|
password: '密码',
|
|
wechatMp: '小程序',
|
|
wechatPublic: '公众号',
|
|
wechatWeb: '微信网站',
|
|
wechatMpForWeb: '小程序授权网页',
|
|
wechatPublicForWeb: '公众号授权网页',
|
|
wechatNative: '微信APP授权'
|
|
},
|
|
},
|
|
},
|
|
},
|
|
style: {
|
|
color: {
|
|
type: {
|
|
password: '#7DC9E7',
|
|
sms: '#D3DDE6',
|
|
email: '#F95A37',
|
|
wechatWeb: '#F298A6',
|
|
wechatPublic: '#D3ADF7',
|
|
wechatMp: '#ADDCCA',
|
|
wechatMpForWeb: '#FDC454',
|
|
wechatPublicForWeb: '#C0A27C',
|
|
wechatNative: '#C0A27C'
|
|
}
|
|
}
|
|
}
|
|
};
|