Update jd_joy_feedPets.js

This commit is contained in:
LXK9301
2021-01-22 19:22:42 +08:00
committed by GitHub
parent 35eb7ae793
commit 83d6785b4b

View File

@@ -96,7 +96,7 @@ function showMsg() {
$.log(`\n${message}\n`);
jdNotify = $.getdata('jdJoyNotify') ? $.getdata('jdJoyNotify') : jdNotify;
if (!jdNotify || jdNotify === 'false') {
$.msg($.name, subTitle, `【京东账号${$.index}${$.UserName}\n` + message);
//$.msg($.name, subTitle, `【京东账号${$.index}】${$.UserName}\n` + message);
}
}
function feedPets(feedNum) {