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';