Skip to content

Commit 29b1b40

Browse files
xiaohuohumaxgithub-actions[bot]
authored andcommitted
build: 📦 build user script
1 parent 4b48a30 commit 29b1b40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist/github-dashboard-auto-more.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name GitHub 仪表盘页面自动加载更多(GitHub Dashboard Auto More)
33
// @namespace xiaohuohumax/userscripts/github-dashboard-auto-more
4-
// @version 1.0.0
4+
// @version 1.0.1
55
// @author xiaohuohumax
66
// @description 我负责点,你负责看!
77
// @license MIT
@@ -40,7 +40,7 @@
4040
return debounced;
4141
};
4242
const ID = "github-dashboard-auto-more";
43-
const VERSION = "1.0.0";
43+
const VERSION = "1.0.1";
4444
console.log(`${ID}(v${VERSION})`);
4545
function autoClick() {
4646
const selectors = ".ajax-pagination-btn.color-bg-overlay";

0 commit comments

Comments
 (0)