From 5bb8ada4262143c44a34154f8b3ec9cb0b99e07f Mon Sep 17 00:00:00 2001 From: woohoo Date: Sat, 11 Dec 2021 16:14:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dnpc=E5=95=86=E5=BA=97?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E9=A1=B5=E9=9D=A2=E4=B8=8D=E9=80=82=E9=85=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- torn-trans-zhcn.user.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/torn-trans-zhcn.user.js b/torn-trans-zhcn.user.js index e12a325..73d6bb1 100644 --- a/torn-trans-zhcn.user.js +++ b/torn-trans-zhcn.user.js @@ -1,8 +1,8 @@ // ==UserScript== -// @lastmodified 202112111523 +// @lastmodified 202112111613 // @name Torn翻译 // @namespace WOOH -// @version 0.1.1211a +// @version 0.1.1211b // @description Torn UI翻译 // @author Woohoo-[2687093] sabrina_devil[2696209] // @match https://www.torn.com/* @@ -23,6 +23,11 @@ todo: true, cont: `baza npc商店 imarket及imarket搜索结果`, }, + { + ver: '0.1.1211b', + date: '20211211', + cont: `修复npc商店手机页面不适配问题`, + }, { ver: '0.1.1211a', date: '20211211', @@ -3615,7 +3620,7 @@ }); // 展开的物品详情 initOB($wrapper, {childList: true, subtree: true}, () => { - const $item_desc = $wrapper.querySelector('.show-item-info'); + const $item_desc = $wrapper.querySelector('.show-item-info') || $wrapper.querySelector('.view-item-info'); showItemInfoTrans($item_desc); }); // [卖出部分]