Skip to content

Commit 3f4b565

Browse files
committed
feat: add github.com-utils
1 parent f543e7d commit 3f4b565

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

zh-CN/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ plugin_groups:
3939
- search_group_userscript
4040
- search_group_extension
4141

42+
github_groups:
43+
name: GitHub 分组
44+
description: GitHub 站点相关分组
45+
groups:
46+
- site-github.com-repo
47+
- site-github.com-utils
48+
4249
2libra_groups:
4350
name: 2libra 分组
4451
description: 2libra 站点相关分组
@@ -66,6 +73,7 @@ all_groups:
6673
- search_group_userscript
6774
- search_group_extension
6875
- site-github.com-repo
76+
- site-github.com-utils
6977
- site-v2ex.com
7078
- site-linux.do
7179
- site-2libra.com

zh-CN/site-github.com-repo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"icon": "url:https://github.com/favicon.ico",
55
"match": [
66
"!/https://github\\.com/(topics|collections|trending|resources)/.*/",
7-
"/https://github\\.com/\\w+/\\w+(/.*)?$/"
7+
"/https://github\\.com/[\\w-]+/[\\w-]+(/.*)?$/"
88
],
99
"defaultOpen": "same-tab",
1010
"items": [

zh-CN/site-github.com-utils.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"id": "github_utils",
3+
"name": "GitHub Utils",
4+
"icon": "url:https://github.com/favicon.ico",
5+
"match": [
6+
"!/https://github\\.com/(topics|collections|trending|resources)/.*/",
7+
"/https://github\\.com/[\\w-]+/[\\w-]+(/.*)?$/"
8+
],
9+
"defaultOpen": "new-tab",
10+
"items": [
11+
{
12+
"id": "githubdev",
13+
"name": "GitHub.dev",
14+
"type": "url",
15+
"data": "https://github.dev/{p:1||t:utags}/{p:2||t:utags}",
16+
"openIn": "new-tab",
17+
"icon": "lucide:code-xml"
18+
},
19+
{
20+
"id": "deepwiki",
21+
"name": "DeepWiki",
22+
"type": "url",
23+
"data": "https://deepwiki.com/{p:1||t:utags}/{p:2||t:utags}",
24+
"openIn": "new-tab",
25+
"icon": "lucide:book-open-text"
26+
},
27+
{
28+
"id": "zreadai",
29+
"name": "Zread.ai",
30+
"type": "url",
31+
"data": "https://zread.ai/{p:1||t:utags}/{p:2||t:utags}",
32+
"openIn": "new-tab",
33+
"icon": "lucide:book-open-text"
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)