File tree Expand file tree Collapse file tree 3 files changed +45
-1
lines changed
Expand file tree Collapse file tree 3 files changed +45
-1
lines changed Original file line number Diff line number Diff 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+
42492libra_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
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments