File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
- // @name GitHub Commit Sort
2
+ // @name GitHub 仓库文件按提交时间排序📅(GitHub Commit Sort)
3
3
// @namespace xiaohuohumax/userscripts/github-commit-sort
4
- // @version 1.1.0
4
+ // @version 1.1.1
5
5
// @author xiaohuohumax
6
- // @description GitHub 仓库文件按提交时间排序
6
+ // @description GitHub 仓库无法快速查看最新的变更文件?试试这个 GitHub 仓库文件按提交时间排序的用户脚本吧!
7
7
// @license MIT
8
8
// @icon https://github.githubassets.com/favicons/favicon-dark.png
9
9
// @source https://github.com/xiaohuohumax/userscripts.git
46
46
return debounced ;
47
47
} ;
48
48
const ID = "github-commit-sort" ;
49
- const VERSION = "1.1.0 " ;
49
+ const VERSION = "1.1.1 " ;
50
50
var _GM_addValueChangeListener = /* @__PURE__ */ ( ( ) => typeof GM_addValueChangeListener != "undefined" ? GM_addValueChangeListener : void 0 ) ( ) ;
51
51
var _GM_getValue = /* @__PURE__ */ ( ( ) => typeof GM_getValue != "undefined" ? GM_getValue : void 0 ) ( ) ;
52
52
var _GM_setValue = /* @__PURE__ */ ( ( ) => typeof GM_setValue != "undefined" ? GM_setValue : void 0 ) ( ) ;
You can’t perform that action at this time.
0 commit comments