Skip to content

Commit 3a26ad9

Browse files
committed
fix: 🐛 修改脚本名称和描述
1 parent 8efb223 commit 3a26ad9

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
> [!WARNING]
88
> 使用 Tampermonkey 管理脚本且浏览器为 Edge 时,需将打开浏览器插件的 开发人员模式,否则脚本可能无法正常运行。
99
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) |

apps/github/commit-sort/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# github-commit-sort
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- 修改脚本名称和描述
8+
39
## 1.1.0
410

511
### Minor Changes

apps/github/commit-sort/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# GitHub Commit Sort
1+
# GitHub 仓库文件按提交时间排序📅(GitHub Commit Sort
22

3-
**GitHub 仓库文件按提交时间排序**
3+
**GitHub 仓库无法快速查看最新的变更文件?试试这个 GitHub 仓库文件按提交时间排序的用户脚本吧!**
44

55
## 📋 更新日志
66

apps/github/commit-sort/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "github-commit-sort",
33
"type": "module",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"private": true,
6-
"description": "github commit sort",
6+
"description": "GitHub 仓库文件按提交时间排序📅(GitHub Commit Sort)-- GitHub 仓库无法快速查看最新的变更文件?试试这个 GitHub 仓库文件按提交时间排序的用户脚本吧!",
77
"author": {
88
"name": "xiaohuohumax",
99
"url": "https://github.com/xiaohuohumax"

apps/github/commit-sort/vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export default defineConfig({
1111
monkey({
1212
entry: 'src/index.ts',
1313
userscript: {
14-
name: 'GitHub Commit Sort',
15-
description: 'GitHub 仓库文件按提交时间排序',
14+
name: 'GitHub 仓库文件按提交时间排序📅(GitHub Commit Sort',
15+
description: 'GitHub 仓库无法快速查看最新的变更文件?试试这个 GitHub 仓库文件按提交时间排序的用户脚本吧!',
1616
icon: 'https://github.githubassets.com/favicons/favicon-dark.png',
1717
namespace: 'xiaohuohumax/userscripts/github-commit-sort',
1818
license: 'MIT',

0 commit comments

Comments
 (0)