Files
WechatTicketSystemFrontend/field_config.js
2021-09-11 14:48:55 +08:00

8 lines
202 B
JavaScript

//页面字段
module.exports = {
'release_fields':{
'BAD_SOLA' : 'Sola端出问题了,无法回应你的查询请求',
'BAD_TOKEN' : '页面已失效\\n请关闭页面后重新发送指令',
}
};