Skip to content

Commit

Permalink
change echarts version
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiO2 committed Oct 26, 2024
1 parent d59b68c commit 8a11fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BiliTimer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @icon https://img.moegirl.org.cn/common/f/f5/Bilibili_Icon.svg
// @grant unsafeWindow
// @require https://code.jquery.com/jquery-3.6.1.min.js
// @require https://cdn.staticfile.org/echarts/4.3.0/echarts.min.js
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/echarts.min.js
// @run-at document-end
// @homepage https://github.com/AntiO2
// @supportURL https://github.com/AntiO2
Expand Down Expand Up @@ -824,4 +824,4 @@
BiliTimer.setMouseFn();
BiliTimer.countTime(BiliTimer.checkType());
});
})();
})();

0 comments on commit 8a11fa7

Please sign in to comment.