From 31c8c98a6916daf5ecce73aa0cf3098456f6a8ef Mon Sep 17 00:00:00 2001 From: Silent YANG Date: Mon, 10 Jun 2024 01:01:31 +0800 Subject: [PATCH] update --- src/components/navbar/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/navbar/index.vue b/src/components/navbar/index.vue index 62f64dd..351875d 100644 --- a/src/components/navbar/index.vue +++ b/src/components/navbar/index.vue @@ -226,6 +226,11 @@ const configuration_list : any = { "LOSEHU.*P.*K" : "ltsk.json", "LOSEHU.*P.*" : "lts.json", + "LOSEHU13[0-9].*HS" : "losehu124h.json", + "LOSEHU13[0-9].*H" : "losehu124h.json", + "LOSEHU13[0-9].*KS" : "losehu120k.json", + "LOSEHU13[0-9].*K" : "losehu120k.json", + "LOSEHU13[0-9].*" : "losehu118.json", "LOSEHU12[4-9].*HS" : "losehu124h.json", "LOSEHU12[4-9].*H" : "losehu124h.json", "LOSEHU12[0-3].*H" : "losehu118h.json",