File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -130,11 +130,13 @@ try {
130130 collectionRows . push ( {
131131 filename : `${ collectionName } .json` ,
132132 name :
133- collectionName === 'all_search_groups '
133+ collectionName === 'all_groups '
134134 ? '所有分组'
135- : collectionName === 'plugin_groups'
136- ? '插件分组'
137- : collectionName ,
135+ : 'all_search_groups'
136+ ? '所有搜索分组'
137+ : collectionName === 'plugin_groups'
138+ ? '插件分组'
139+ : collectionName ,
138140 count : getCollectionShortcutsCount ( data ) ,
139141 groupCount : includedGroups . length ,
140142 date : getFileDate ( collectionFile ) ,
Original file line number Diff line number Diff line change @@ -18,3 +18,21 @@ plugin_groups:
18182libra_groups :
1919 - site-2libra.com
2020 - site-2libra.com-post
21+
22+ all_groups :
23+ - search_group_web
24+ - search_group_ai
25+ - search_group_image
26+ - search_group_translate
27+ - search_group_sociality
28+ - search_group_knowledge
29+ - search_group_video
30+ - search_group_shopping
31+ - search_group_scholar
32+ - search_group_userscript
33+ - search_group_extension
34+ - site-github.com-repo
35+ - site-v2ex.com
36+ - site-linux.do
37+ - site-2libra.com
38+ - site-2libra.com-post
You can’t perform that action at this time.
0 commit comments