更新版本号
This commit is contained in:
parent
dd94eb0a17
commit
c603a85c8d
@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Torn翻译
|
// @name Torn翻译
|
||||||
// @namespace WOOH
|
// @namespace WOOH
|
||||||
// @version 0.1.1106a
|
// @version 0.1.1106b
|
||||||
// @description UI翻译
|
// @description UI翻译
|
||||||
// @author Woohoo-[2687093] sabrina_devil[2696209]
|
// @author Woohoo-[2687093] sabrina_devil[2696209]
|
||||||
// @match https://www.torn.com/*
|
// @match https://www.torn.com/*
|
||||||
@ -480,7 +480,7 @@
|
|||||||
else{
|
else{
|
||||||
e.firstElementChild.firstChild.nodeValue='你确定要';
|
e.firstElementChild.firstChild.nodeValue='你确定要';
|
||||||
e.firstElementChild.firstChild.nodeValue+=isRent?'租用':'购买';
|
e.firstElementChild.firstChild.nodeValue+=isRent?'租用':'购买';
|
||||||
e.firstElementChild.firstChild.nodeValue+='另一个'+propertyDict[propName];
|
e.firstElementChild.firstChild.nodeValue+=propertyDict[propName];
|
||||||
}
|
}
|
||||||
e.children[1].firstChild.nodeValue='花费 ';
|
e.children[1].firstChild.nodeValue='花费 ';
|
||||||
e.children[1].childNodes[2].nodeValue=isRent?' 租期 ':'?';
|
e.children[1].childNodes[2].nodeValue=isRent?' 租期 ':'?';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user