更新
This commit is contained in:
parent
c88f22440d
commit
2dbd19e2d0
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wuhu-torn-helper",
|
||||
"version": "0.4.8",
|
||||
"version": "0.4.9",
|
||||
"dependencies": {
|
||||
"uglify-js": "^3.16.1"
|
||||
},
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -6020,7 +6020,7 @@ margin: 0 0 3px;
|
||||
addActionBtn('公司存钱', companyDepositAnywhere, $zhongNode);
|
||||
}
|
||||
|
||||
if (getPlayerInfo()['userID'] === 2687093) {
|
||||
if (getPlayerInfo()['userID'] === 2687093 && getDeviceType() === Device.PC) {
|
||||
let item = document.getElementById('nav-items');
|
||||
if (item) {
|
||||
let copy = item.cloneNode(true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user