This commit is contained in:
李万一 2022-09-06 21:36:08 +08:00
parent c88f22440d
commit 2dbd19e2d0
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "wuhu-torn-helper", "name": "wuhu-torn-helper",
"version": "0.4.8", "version": "0.4.9",
"dependencies": { "dependencies": {
"uglify-js": "^3.16.1" "uglify-js": "^3.16.1"
}, },

File diff suppressed because one or more lines are too long

View File

@ -6020,7 +6020,7 @@ margin: 0 0 3px;
addActionBtn('公司存钱', companyDepositAnywhere, $zhongNode); addActionBtn('公司存钱', companyDepositAnywhere, $zhongNode);
} }
if (getPlayerInfo()['userID'] === 2687093) { if (getPlayerInfo()['userID'] === 2687093 && getDeviceType() === Device.PC) {
let item = document.getElementById('nav-items'); let item = document.getElementById('nav-items');
if (item) { if (item) {
let copy = item.cloneNode(true); let copy = item.cloneNode(true);