Browse Source

update uestccourse fingerprint

Michael Wang 3 năm trước cách đây
mục cha
commit
10161b8f32
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/constants/constants.js

+ 4 - 1
src/constants/constants.js

@@ -52,7 +52,10 @@ export const HOST_FILE_HASH_MAP = new Map([
     "qmtest.exam-cloud.cn",
     "a31c9eb84fe82031fb01e9e25262f0b407caa705b5245654faeed1490bff67f9",
   ],
-  ["uestccourse.exam-cloud.cn", "xxx"],
+  [
+    "uestccourse.exam-cloud.cn",
+    "1ebdaa1e00fbefca0f6519e252e4d372bcb9c3f96c45760b032ca58683d28306",
+  ],
 ]);
 
 export const STRICT_CHECK_HOSTS = [...HOST_FILE_HASH_MAP.keys()];