1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 15:33:03 +08:00

fix(ALConfigWidget, LibReserve): 修改二楼楼层区域名称

将 二层外环 改为 二层西区
This commit is contained in:
2026-01-09 14:06:36 +08:00
parent 107ed41b58
commit bb180f8c8e
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -40,12 +40,12 @@ class LibReserve(LibOperator):
}
self.__room_map = {
"1": "二层内环",
"2": "二层外环",
"2": "二层西区",
"3": "三层内环",
"4": "三层外环",
"5": "四层内环",
"6": "四层外环",
"7": "四层期刊",
"7": "四层期刊",
"8": "五层考研"
}