Upload Source Code

This commit is contained in:
Jay
2021-09-11 14:48:55 +08:00
parent a38536f964
commit 08fc06ebe6
98 changed files with 6291 additions and 0 deletions

7
field_config.js Normal file
View File

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