|
7 | 7 | "items": [
|
8 | 8 | {
|
9 | 9 | "name": "@vuepress/helper",
|
10 |
| - "tag": "next", |
11 | 10 | "packageName": "@vuepress/helper",
|
12 | 11 | "recommend": true,
|
13 | 12 | "icon": "toolbox",
|
14 | 13 | "desc": {
|
15 | 14 | "/": "Useful VuePress2 util functions for developers",
|
16 | 15 | "/zh/": "面向开发者的 VuePress2 实用工具函数"
|
17 | 16 | },
|
18 |
| - "source": "vuepress/ecosystem/tree/main/tools/helper/", |
| 17 | + "source": "vuepress/ecosystem/tree/main/tools/helper", |
19 | 18 | "url": {
|
20 | 19 | "/": "ecosystem.vuejs.press/tools/helper/",
|
21 | 20 | "/zh/": "ecosystem.vuejs.press/zh/tools/helper/"
|
22 | 21 | }
|
23 | 22 | },
|
24 | 23 | {
|
25 |
| - "name": "sass-palette", |
| 24 | + "name": "@vuepress/sass-palette", |
26 | 25 | "icon": "palette",
|
27 |
| - "tag": "latest", |
28 | 26 | "recommend": true,
|
29 | 27 | "desc": {
|
30 | 28 | "/": "Palette plugin for sass, an improved edition over the official one.",
|
31 | 29 | "/zh/": "Sass 调色板插件,比官方的更好用。"
|
32 | 30 | },
|
33 |
| - "source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/sass-palette/", |
| 31 | + "source": "vuepress/ecosystem/tree/main/plugins/development/plugin-sass-palette", |
34 | 32 | "url": {
|
35 |
| - "/": "plugin-sass-palette.vuejs.press", |
36 |
| - "/zh/": "plugin-sass-palette.vuejs.press/zh/" |
| 33 | + "/": "ecosystem.vuejs.press/plugins/development/sass-palette/", |
| 34 | + "/zh/": "ecosystem.vuejs.press/plugins/development/sass-palette/" |
37 | 35 | }
|
38 | 36 | }
|
39 | 37 | ]
|
|
46 | 44 | "items": [
|
47 | 45 | {
|
48 | 46 | "name": "@vuepress/helper",
|
49 |
| - "tag": "next", |
50 | 47 | "packageName": "@vuepress/helper",
|
51 | 48 | "recommend": true,
|
52 | 49 | "icon": "toolbox",
|
|
61 | 58 | }
|
62 | 59 | },
|
63 | 60 | {
|
64 |
| - "name": "sass-palette", |
65 |
| - "icon": "palette", |
| 61 | + "name": "@vuepress/active-header-links", |
| 62 | + "icon": "heading", |
66 | 63 | "recommend": true,
|
67 | 64 | "desc": {
|
68 |
| - "/": "Palette plugin for sass, an improved edition over the official one.", |
69 |
| - "/zh/": "Sass 调色板插件,比官方的更好用。" |
| 65 | + "/": "Update route hash when scrolling pages", |
| 66 | + "/zh/": "滚动页面时更新路由 Hash" |
70 | 67 | },
|
71 |
| - "source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/sass-palette/", |
| 68 | + "source": "vuepress/ecosystem/tree/main/plugins/development/plugin-active-header-links", |
72 | 69 | "url": {
|
73 |
| - "/": "plugin-sass-palette.vuejs.press", |
74 |
| - "/zh/": "plugin-sass-palette.vuejs.press/zh/" |
| 70 | + "/": "ecosystem.vuejs.press/plugins/development/active-header-links.html", |
| 71 | + "/zh/": "ecosystem.vuejs.press/zh/plugins/development/active-header-links.html" |
75 | 72 | }
|
76 | 73 | },
|
77 | 74 | {
|
78 |
| - "name": "@vuepress/active-header-links", |
79 |
| - "icon": "heading", |
| 75 | + "name": "@vuepress/git", |
| 76 | + "icon": "fab fa-git-alt", |
80 | 77 | "recommend": true,
|
81 | 78 | "desc": {
|
82 |
| - "/": "Update route hash when scrolling pages", |
83 |
| - "/zh/": "滚动页面时更新路由 Hash" |
| 79 | + "/": "Collect git information of your pages, including the created and updated time, the contributors, etc.", |
| 80 | + "/zh/": "收集页面的 Git 信息,包括创建和更新时间,贡献者等" |
84 | 81 | },
|
85 |
| - "source": "vuepress/ecosystem/tree/main/plugins/plugin-active-header-links/", |
| 82 | + "source": "vuepress/ecosystem/tree/main/plugins/development/plugin-git", |
86 | 83 | "url": {
|
87 |
| - "/": "https://ecosystem.vuejs.press/plugins/active-header-links.html", |
88 |
| - "/zh/": "https://ecosystem.vuejs.press/zh/plugins/active-header-links.html" |
| 84 | + "/": "ecosystem.vuejs.press/plugins/development/git.html", |
| 85 | + "/zh/": "ecosystem.vuejs.press/zh/plugins/development/git.html" |
89 | 86 | }
|
90 | 87 | },
|
91 | 88 | {
|
92 |
| - "name": "@vuepress/external-link-icon", |
93 |
| - "icon": "link", |
| 89 | + "name": "@vuepress/reading-time", |
| 90 | + "icon": "book-open", |
94 | 91 | "recommend": true,
|
95 | 92 | "desc": {
|
96 |
| - "/": "Add a icon to the external link in your markdown content", |
97 |
| - "/zh/": "为你的 Markdown 内容中的外部链接添加图标" |
| 93 | + "/": "Count words and generate reading time for articles", |
| 94 | + "/zh/": "统计文章字数并生成阅读时间" |
98 | 95 | },
|
99 |
| - "source": "vuepress/ecosystem/tree/main/plugins/plugin-external-link-icon/", |
| 96 | + "source": "vuepress/ecosystem/tree/main/plugins/development/plugin-reading-time", |
100 | 97 | "url": {
|
101 |
| - "/": "https://ecosystem.vuejs.press/plugins/external-link-icon.html", |
102 |
| - "/zh/": "https://ecosystem.vuejs.press/zh/plugins/external-link-icon.html" |
| 98 | + "/": "ecosystem.vuejs.press/plugins/development/reading-time/", |
| 99 | + "/zh/": "ecosystem.vuejs.press/zh/plugins/development/reading-time/" |
103 | 100 | }
|
104 | 101 | },
|
105 | 102 | {
|
106 |
| - "name": "@vuepress/git", |
107 |
| - "icon": "fab fa-git-alt", |
| 103 | + "name": "@vuepress/sass-palette", |
| 104 | + "icon": "palette", |
108 | 105 | "recommend": true,
|
109 | 106 | "desc": {
|
110 |
| - "/": "Collect git information of your pages, including the created and updated time, the contributors, etc.", |
111 |
| - "/zh/": "收集页面的 Git 信息,包括创建和更新时间,贡献者等" |
| 107 | + "/": "Palette plugin for sass, an improved edition over the official one.", |
| 108 | + "/zh/": "Sass 调色板插件,比官方的更好用。" |
112 | 109 | },
|
113 |
| - "source": "vuepress/ecosystem/tree/main/plugins/plugin-git/", |
| 110 | + "source": "vuepress/ecosystem/tree/main/plugins/development/plugin-sass-palette", |
114 | 111 | "url": {
|
115 |
| - "/": "https://ecosystem.vuejs.press/plugins/git.html", |
116 |
| - "/zh/": "https://ecosystem.vuejs.press/zh/plugins/git.html" |
| 112 | + "/": "ecosystem.vuejs.press/plugins/development/sass-palette/", |
| 113 | + "/zh/": "ecosystem.vuejs.press/plugins/development/sass-palette/" |
117 | 114 | }
|
118 | 115 | },
|
119 | 116 | {
|
|
124 | 121 | "/": "Provide client data for your theme, with VuePress I18n support.",
|
125 | 122 | "/zh/": "为你的主题提供客户端数据,支持 VuePress 多语言。"
|
126 | 123 | },
|
127 |
| - "source": "vuepress/ecosystem/tree/main/plugins/plugin-theme-data/", |
| 124 | + "source": "vuepress/ecosystem/tree/main/plugins/development/plugin-theme-data", |
128 | 125 | "url": {
|
129 |
| - "/": "https://ecosystem.vuejs.press/plugins/theme-data.html", |
130 |
| - "/zh/": "https://ecosystem.vuejs.press/zh/plugins/theme-data.html" |
| 126 | + "/": "ecosystem.vuejs.press/plugins/development/theme-data.html", |
| 127 | + "/zh/": "ecosystem.vuejs.press/zh/plugins/development/theme-data.html" |
131 | 128 | }
|
132 | 129 | },
|
133 | 130 | {
|
|
138 | 135 | "/": "Provide a table-of-contents (TOC) component.",
|
139 | 136 | "/zh/": "提供一个目录组件。"
|
140 | 137 | },
|
141 |
| - "source": "vuepress/ecosystem/tree/main/plugins/plugin-toc/", |
| 138 | + "source": "vuepress/ecosystem/tree/main/plugins/development/plugin-toc", |
142 | 139 | "url": {
|
143 |
| - "/": "https://ecosystem.vuejs.press/plugins/toc.html", |
144 |
| - "/zh/": "https://ecosystem.vuejs.press/zh/plugins/toc.html" |
| 140 | + "/": "ecosystem.vuejs.press/plugins/development/toc.html", |
| 141 | + "/zh/": "ecosystem.vuejs.press/zh/plugins/development/toc.html" |
145 | 142 | }
|
146 | 143 | },
|
147 |
| - { |
148 |
| - "name": "@goy/svg-icons", |
149 |
| - "icon": "icons", |
150 |
| - "desc": { |
151 |
| - "/": "Managing svg icons via svg sprite", |
152 |
| - "/zh/": "通过 svg sprite 管理 svg 图标" |
153 |
| - }, |
154 |
| - "source": "ntnyq/vuepress-plugin-svg-icons", |
155 |
| - "url": "https://vp-icon.goyfe.com/" |
156 |
| - }, |
157 | 144 | {
|
158 | 145 | "name": "iconify",
|
159 | 146 | "icon": "icons",
|
| 147 | + "tag": "latest", |
160 | 148 | "desc": {
|
161 | 149 | "/": "Use icons in VuePress",
|
162 | 150 | "/zh/": "在 VuePress 中使用图标"
|
163 | 151 | },
|
164 | 152 | "source": "ntnyq/vuepress-plugin-iconify",
|
165 |
| - "url": "https://vuepress-plugin-iconify.ntnyq.com/" |
| 153 | + "url": "vuepress-plugin-iconify.ntnyq.com/" |
166 | 154 | },
|
167 | 155 | {
|
168 | 156 | "name": "@vuepress/palette",
|
|
171 | 159 | "/": " Provide palette support for your theme.",
|
172 | 160 | "/zh/": "为你的主题提供调色板支持。"
|
173 | 161 | },
|
174 |
| - "source": "vuepress/ecosystem/tree/main/plugins/plugin-palette/", |
175 |
| - "url": { |
176 |
| - "/": "https://ecosystem.vuejs.press/plugins/palette.html", |
177 |
| - "/zh/": "https://ecosystem.vuejs.press/zh/plugins/palette.html" |
178 |
| - } |
179 |
| - }, |
180 |
| - { |
181 |
| - "name": "@vuepress/reading-time", |
182 |
| - "icon": "book-open", |
183 |
| - "tag": "next", |
184 |
| - "desc": { |
185 |
| - "/": "Count words and generate reading time for articles", |
186 |
| - "/zh/": "统计文章字数并生成阅读时间" |
187 |
| - }, |
188 |
| - "source": "vuepress/ecosystem/tree/main/plugins/plugin-reading-time/", |
| 162 | + "source": "vuepress/ecosystem/tree/main/plugins/development/plugin-palette", |
189 | 163 | "url": {
|
190 |
| - "/": "ecosystem.vuejs.press/plugins/reading-time/", |
191 |
| - "/zh/": "ecosystem.vuejs.press/zh/plugins/reading-time/" |
| 164 | + "/": "ecosystem.vuejs.press/plugins/development/palette.html", |
| 165 | + "/zh/": "ecosystem.vuejs.press/zh/plugins/development/palette.html" |
192 | 166 | }
|
193 | 167 | },
|
194 | 168 | {
|
|
200 | 174 | "/zh/": "在你的文档中使用页面数据。<br><div style='color:red'>不推荐,因为它会对大型站点产生严重的性能影响。</div>"
|
201 | 175 | },
|
202 | 176 | "source": "monsat/vuepress-plugin-use-pages",
|
203 |
| - "url": "https://github.com/monsat/vuepress-plugin-use-pages" |
| 177 | + "url": "github.com/monsat/vuepress-plugin-use-pages" |
204 | 178 | }
|
205 | 179 | ]
|
206 | 180 | }
|
|
0 commit comments