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

35 lines
920 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
exports.entityDesc = {
locales: {
zh_CN: {
name: '寄生',
attr: {
user: '用户',
showTip: '提示',
expired: '已过期',
expiresAt: '过期时间',
redirectTo: '重定向页面',
multiple: '允许反复使用',
tokens: '令牌',
entity: '关联对象',
entityId: '关联对象Id',
tokenLifeLength: '令牌生命长度',
},
action: {
wakeup: '激活',
cancel: '作废',
qrcode: '采集码',
},
},
},
style: {
icon: {
wakeup: '',
cancel: '',
qrcode: '',
}
}
};