awards页面更新
This commit is contained in:
parent
8ea4aceb7a
commit
fb7195a523
@ -758,6 +758,8 @@
|
|||||||
'General': '一般',
|
'General': '一般',
|
||||||
'Rank': '阶级',
|
'Rank': '阶级',
|
||||||
'Networth': '身价',
|
'Networth': '身价',
|
||||||
|
'SPEND': '升级',
|
||||||
|
'Cancel': '取消',
|
||||||
|
|
||||||
'Nerve Bar': '犯罪N上限',
|
'Nerve Bar': '犯罪N上限',
|
||||||
'Critical Hit Rate': '暴击率',
|
'Critical Hit Rate': '暴击率',
|
||||||
@ -1868,12 +1870,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// spend按钮
|
// spend cancel按钮
|
||||||
if (awDict[$('ul#merits-list a.btn').text().trim()])
|
$('ul#merits-list div.confirm-cont a').each((i,e)=>{
|
||||||
$('ul#merits-list a.btn').text(awDict[$('ul#merits-list a.btn').text().trim()]);
|
if (awDict[$(e).text().trim()])
|
||||||
// cancel按钮
|
$(e).text(awDict[$(e).text().trim()]);
|
||||||
if (awDict[$('ul#merits-list a.cancel').text().trim()])
|
});
|
||||||
$('ul#merits-list a.cancel').text(awDict[$('ul#merits-list a.cancel').text().trim()]);
|
|
||||||
};
|
};
|
||||||
awTrans();
|
awTrans();
|
||||||
awOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true, attributes: true});
|
awOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true, attributes: true});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user