From ae5d624624edee17738224787be2ddb537945e98 Mon Sep 17 00:00:00 2001 From: woohoo Date: Sat, 8 Jan 2022 17:47:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E7=BC=93=E5=AD=98=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- torn-trans-zhcn.user.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/torn-trans-zhcn.user.js b/torn-trans-zhcn.user.js index c28222b..ffa86b7 100644 --- a/torn-trans-zhcn.user.js +++ b/torn-trans-zhcn.user.js @@ -1,8 +1,8 @@ // ==UserScript== -// @lastmodified 202201081736 +// @lastmodified 202201081747 // @name Torn翻译 // @namespace WOOH -// @version 0.2.0108a +// @version 0.2.0108b // @description Torn UI翻译 // @author Woohoo-[2687093] sabrina_devil[2696209] // @match https://www.torn.com/* @@ -15,13 +15,18 @@ ___window___.WHTRANS = true; const CC_set = /[\u4e00-\u9fa5]/; - const version = '0.2.0108a'; + const version = '0.2.0108b'; const changelist = [ { todo: true, cont: `翻译:baza npc商店、imarket、imarket搜索结果`, }, + { + ver: '0.2.0108b', + date: '20220108', + cont: `不缓存库存图`, + }, { ver: '0.2.0108a', date: '20220108', @@ -3097,7 +3102,7 @@ domText: '飞花库存', clickFunc: function (e) { e.target.blur(); - const insert = `stock.png`; + const insert = `stock.png`; popupMsg(insert, '飞花库存'); }, },