mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-29 08:05:04 +08:00
add new block
This commit is contained in:
@@ -51,6 +51,15 @@ public class Block {
|
|||||||
public static final int FX_4 = 53;
|
public static final int FX_4 = 53;
|
||||||
public static final int FX_5 = 54;
|
public static final int FX_5 = 54;
|
||||||
public static final int FX_6 = 55;
|
public static final int FX_6 = 55;
|
||||||
|
public static final int BS_1 = 60;
|
||||||
|
public static final int BS_2 = 61;
|
||||||
|
public static final int BS_3 = 62;
|
||||||
|
public static final int BS_4 = 63;
|
||||||
|
public static final int BS_5 = 64;
|
||||||
|
public static final int BS_6 = 65;
|
||||||
|
public static final int BS_7 = 66;
|
||||||
|
public static final int BS_8 = 67;
|
||||||
|
public static final int BS_9 = 68;
|
||||||
|
|
||||||
public static final Map<Integer, String> inverseMap = new HashMap<>();
|
public static final Map<Integer, String> inverseMap = new HashMap<>();
|
||||||
|
|
||||||
@@ -67,7 +76,7 @@ public class Block {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final int[][] AVAILABLE = new int[62][0];
|
private static final int[][] AVAILABLE = new int[62][0];
|
||||||
|
|
||||||
static {
|
static {
|
||||||
// @formatter:off
|
// @formatter:off
|
||||||
@@ -99,6 +108,15 @@ public class Block {
|
|||||||
AVAILABLE[XH_C] = new int[]{126, 226, 326, 426, 526, 626, 726, 826, 926, 1026, 1126, 1226};
|
AVAILABLE[XH_C] = new int[]{126, 226, 326, 426, 526, 626, 726, 826, 926, 1026, 1126, 1226};
|
||||||
AVAILABLE[XH_D] = new int[]{128, 228, 328, 428, 528, 628, 728, 828, 928, 1028, 1128, 1228};
|
AVAILABLE[XH_D] = new int[]{128, 228, 328, 428, 528, 628, 728, 828, 928, 1028, 1128, 1228};
|
||||||
AVAILABLE[FX_6] = new int[0];
|
AVAILABLE[FX_6] = new int[0];
|
||||||
|
AVAILABLE[BS_1] = new int[]{102, 203, 301};
|
||||||
|
AVAILABLE[BS_2] = new int[]{102, 203, 301};
|
||||||
|
AVAILABLE[BS_3] = new int[]{103, 203, 302};
|
||||||
|
AVAILABLE[BS_4] = new int[]{102, 203, 301};
|
||||||
|
AVAILABLE[BS_5] = new int[]{102, 203, 301};
|
||||||
|
AVAILABLE[BS_6] = new int[]{102, 203, 302};
|
||||||
|
AVAILABLE[BS_7] = new int[]{102, 203, 301};
|
||||||
|
AVAILABLE[BS_8] = new int[]{102, 203, 301};
|
||||||
|
AVAILABLE[BS_9] = new int[]{103, 203, 302};
|
||||||
// @formatter:on
|
// @formatter:on
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ REGEX_PROFILE: '^(?i)(EditProfile)|(修改资料)|(修改信息)|(xgzl)|(xgxx)$'
|
|||||||
REGEX_OPERATOR_INFO: '^(?i)(OpInfo)|(网维资料)|(wwzl)$'
|
REGEX_OPERATOR_INFO: '^(?i)(OpInfo)|(网维资料)|(wwzl)$'
|
||||||
|
|
||||||
#Misc
|
#Misc
|
||||||
Invalid_Operation: 'Whoops,报修姬找不到你想要的东西啦 (╯‵□′)╯︵┻━┻。'
|
Invalid_Operation: 'Whoops,本报修平台暂未开放聊天功能哦,请点击下方菜单选择你想进行的操作。'
|
||||||
Message_Spam: '你的打字速度太快了,喝一杯82年的Java压压惊吧。'
|
Message_Spam: '你的打字速度太快了,喝一杯82年的Java压压惊吧。'
|
||||||
#Subscribe
|
#Subscribe
|
||||||
Event_Subscribe: "欢迎使用电子科技大学中山学院网络维护科微信自助报修平台。\n\n{0}"
|
Event_Subscribe: "欢迎使用电子科技大学中山学院网络维护科微信自助报修平台。\n\n{0}"
|
||||||
|
|||||||
Reference in New Issue
Block a user