diff --git a/jd_watch.js b/jd_watch.js index 47851809..4830e97b 100644 --- a/jd_watch.js +++ b/jd_watch.js @@ -67,7 +67,7 @@ if ($.isNode()) { const JD_API_HOST = 'https://api.m.jd.com/client.action'; !(async () => { if($.isNode()){ - const stats = await util.promisify(fs.stat)('watch.json'); + const stats = await util.promisify(fs.stat)('watch.chlsj'); if(stats.isFile()){ preload() }