File tree Expand file tree Collapse file tree 5 files changed +17
-11
lines changed Expand file tree Collapse file tree 5 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 7
7
> [ !WARNING]
8
8
> 使用 Tampermonkey 管理脚本且浏览器为 Edge 时,需将打开浏览器插件的 开发人员模式,否则脚本可能无法正常运行。
9
9
10
- | 名称 | 功能 | 安装 |
11
- | ----------------------------------------------------------------- | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
12
- | [ GitHub Commit Sort] ( ./apps/github/commit-sort/README.md ) | GitHub 仓库文件按提交时间排序 | [ 🐒Greasy Fork] ( https://greasyfork.org/zh-CN/scripts/522083-github-commit-sort ) \| [ 🐱Script Cat] ( https://scriptcat.org/zh-CN/script-show-page/2577 ) |
13
- | [ Bilibili Dynamic Block] ( ./apps/bilibili/dynamic-block/README.md ) | Bilibili 动态卡片拦截♻ | [ 🐒Greasy Fork] ( https://greasyfork.org/zh-CN/scripts/522087-bilibili-dynamic-block ) \| [ 🐱Script Cat] ( https://scriptcat.org/zh-CN/script-show-page/2576 ) |
14
- | [ Common Right Click Tab] ( ./apps/common/right-click-tab/README.md ) | 🖱右键超链接快速打开新标签页📑 | [ 🐒Greasy Fork] ( https://greasyfork.org/zh-CN/scripts/528494-common-right-click-tab ) \| [ 🐱Script Cat] ( https://scriptcat.org/zh-CN/script-show-page/2869 ) |
10
+ | 名称 | 功能 | 安装 |
11
+ | ----------------------------------------------------------------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
12
+ | [ GitHub Commit Sort] ( ./apps/github/commit-sort/README.md ) | GitHub 仓库文件按提交时间排序📅 | [ 🐒Greasy Fork] ( https://greasyfork.org/zh-CN/scripts/522083-github-commit-sort ) \| [ 🐱Script Cat] ( https://scriptcat.org/zh-CN/script-show-page/2577 ) |
13
+ | [ Bilibili Dynamic Block] ( ./apps/bilibili/dynamic-block/README.md ) | Bilibili 动态卡片拦截♻ | [ 🐒Greasy Fork] ( https://greasyfork.org/zh-CN/scripts/522087-bilibili-dynamic-block ) \| [ 🐱Script Cat] ( https://scriptcat.org/zh-CN/script-show-page/2576 ) |
14
+ | [ Common Right Click Tab] ( ./apps/common/right-click-tab/README.md ) | 🖱右键超链接快速打开新标签页📑 | [ 🐒Greasy Fork] ( https://greasyfork.org/zh-CN/scripts/528494-common-right-click-tab ) \| [ 🐱Script Cat] ( https://scriptcat.org/zh-CN/script-show-page/2869 ) |
Original file line number Diff line number Diff line change 1
1
# github-commit-sort
2
2
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 修改脚本名称和描述
8
+
3
9
## 1.1.0
4
10
5
11
### Minor Changes
Original file line number Diff line number Diff line change 1
- # GitHub Commit Sort
1
+ # GitHub 仓库文件按提交时间排序📅(GitHub Commit Sort)
2
2
3
- ** GitHub 仓库文件按提交时间排序 **
3
+ ** GitHub 仓库无法快速查看最新的变更文件?试试这个 GitHub 仓库文件按提交时间排序的用户脚本吧! **
4
4
5
5
## 📋 更新日志
6
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " github-commit-sort" ,
3
3
"type" : " module" ,
4
- "version" : " 1.1.0 " ,
4
+ "version" : " 1.1.1 " ,
5
5
"private" : true ,
6
- "description" : " github commit sort " ,
6
+ "description" : " GitHub 仓库文件按提交时间排序📅(GitHub Commit Sort)-- GitHub 仓库无法快速查看最新的变更文件?试试这个 GitHub 仓库文件按提交时间排序的用户脚本吧! " ,
7
7
"author" : {
8
8
"name" : " xiaohuohumax" ,
9
9
"url" : " https://github.com/xiaohuohumax"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ export default defineConfig({
11
11
monkey ( {
12
12
entry : 'src/index.ts' ,
13
13
userscript : {
14
- name : 'GitHub Commit Sort' ,
15
- description : 'GitHub 仓库文件按提交时间排序 ' ,
14
+ name : 'GitHub 仓库文件按提交时间排序📅(GitHub Commit Sort) ' ,
15
+ description : 'GitHub 仓库无法快速查看最新的变更文件?试试这个 GitHub 仓库文件按提交时间排序的用户脚本吧! ' ,
16
16
icon : 'https://github.githubassets.com/favicons/favicon-dark.png' ,
17
17
namespace : 'xiaohuohumax/userscripts/github-commit-sort' ,
18
18
license : 'MIT' ,
You can’t perform that action at this time.
0 commit comments