From c8016a930d46738aab7fcaa9305322daabb26890 Mon Sep 17 00:00:00 2001 From: woohoo Date: Wed, 5 Jan 2022 18:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=80=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=9B=BE=E7=89=87=E4=B8=8E=E6=9B=B4=E6=96=B0=E5=8E=86?= =?UTF-8?q?=E5=8F=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- torn-trans-zhcn.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torn-trans-zhcn.user.js b/torn-trans-zhcn.user.js index 6daf5d7..044266e 100644 --- a/torn-trans-zhcn.user.js +++ b/torn-trans-zhcn.user.js @@ -15,6 +15,7 @@ ___window___.WHTRANS = true; const CC_set = /[\u4e00-\u9fa5]/; + const version = '0.2.0105b'; const changelist = [ { @@ -2892,7 +2893,6 @@ // transDict.calDict = calDict; // if (!localStorage.getItem('wh_trans_transDict')) localStorage.setItem('wh_trans_transDict', JSON.stringify(transDict)) - const version = '0.2.0104a'; let device; if (window.innerWidth > 1000) device = 'pc'; else if (window.innerWidth <= 600) device = 'mobile';