Skip to content

Commit

Permalink
feat: update marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 13, 2024
1 parent 946392f commit 7c45da7
Show file tree
Hide file tree
Showing 11 changed files with 1,338 additions and 1,001 deletions.
69 changes: 33 additions & 36 deletions config/plugins/blog.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@
{
"name": "@vuepress/blog",
"icon": "blog",
"tag": "next",
"recommend": true,
"desc": {
"/": "VuePress blog plugin",
"/zh/": "VuePress 博客插件"
},
"source": "vuepress/ecosystem/tree/main/plugins/plugin-blog/",
"source": "vuepress/ecosystem/tree/main/plugins/blog/plugin-blog",
"url": {
"/": "ecosystem.vuejs.press/plugins/blog/",
"/zh/": "ecosystem.vuejs.press/zh/plugins/blog/"
"/": "ecosystem.vuejs.press/plugins/blog/blog/",
"/zh/": "ecosystem.vuejs.press/zh/plugins/blog/blog/"
}
}
]
Expand All @@ -31,16 +30,15 @@
{
"name": "@vuepress/feed",
"icon": "rss",
"tag": "next",
"recommend": true,
"desc": {
"/": "Feed plugin supporting atom, json and rss syntax feeds",
"/zh/": "支持 atom、json 和 rss 格式的订阅流插件"
},
"source": "vuepress/ecosystem/tree/main/plugins/plugin-feed/",
"source": "vuepress/ecosystem/tree/main/plugins/blog/plugin-feed",
"url": {
"/": "ecosystem.vuejs.press/plugins/feed/",
"/zh/": "ecosystem.vuejs.press/zh/plugins/feed/"
"/": "ecosystem.vuejs.press/plugins/blog/feed/",
"/zh/": "ecosystem.vuejs.press/zh/plugins/blog/feed/"
}
}
]
Expand Down Expand Up @@ -71,18 +69,17 @@
},
"items": [
{
"name": "comment2",
"name": "@vuepress/comment",
"icon": "comment-dots",
"tag": "latest",
"recommend": true,
"desc": {
"/": "Comment plugin supporting Giscus, Twikoo, Waline and Artalk",
"/zh/": "支持 Giscus, Twikoo, Waline 和 Artalk 的评论插件"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/comment2/",
"source": "vuepress/ecosystem/tree/main/plugins/blog/plugin-comment",
"url": {
"/": "plugin-comment2.vuejs.press",
"/zh/": "plugin-comment2.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/plugins/blog/comment/",
"/zh/": "ecosystem.vuejs.press/zh/plugins/blog/comment/"
}
}
]
Expand All @@ -96,41 +93,28 @@
{
"name": "@vuepress/catalog",
"icon": "network-wired",
"tag": "next",
"recommend": true,
"desc": {
"/": "Plugins to generate catalog page automatically",
"/zh/": "自动生成目录页面的插件"
},
"source": "vuepress/ecosystem/tree/main/plugins/plugin-catalog/",
"source": "vuepress/ecosystem/tree/main/plugins/features/plugin-catalog",
"url": {
"/": "ecosystem.vuejs.press/plugins/catalog.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/catalog.html"
"/": "ecosystem.vuejs.press/plugins/features/catalog.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/features/catalog.html"
}
},
{
"name": "blog-sync",
"icon": "rotate",
"desc": {
"/": "Generate VuePress site automatically with given info of other sites",
"/zh/": "根据给定的其他站点信息自动生成整个 VuePress 站点"
},
"tag": "latest",
"source": "flytam/vuepress-plugin-blog-sync",
"url": "github.com/flytam/vuepress-plugin-blog-sync/"
},
{
"name": "@vuepress/reading-time",
"icon": "book-open",
"tag": "next",
"desc": {
"/": "Count words and generate reading time for articles",
"/zh/": "统计文章字数并生成阅读时间"
},
"source": "vuepress/ecosystem/tree/main/plugins/plugin-reading-time/",
"source": "vuepress/ecosystem/tree/main/plugins/development/plugin-reading-time",
"url": {
"/": "ecosystem.vuejs.press/plugins/reading-time/",
"/zh/": "ecosystem.vuejs.press/zh/plugins/reading-time/"
"/": "ecosystem.vuejs.press/plugins/development/reading-time/",
"/zh/": "ecosystem.vuejs.press/zh/plugins/development/reading-time/"
}
}
]
Expand All @@ -144,16 +128,29 @@
{
"name": "@vuepress/copyright",
"icon": "circle-info",
"tag": "next",
"recommend": true,
"desc": {
"/": "Append copyright information while copying, while supports preventing selection and copy",
"/zh/": "复制时附加版权信息,同时支持阻止选择和复制"
},
"source": "vuepress/ecosystem/tree/main/plugins/plugin-copyright/",
"source": "vuepress/ecosystem/tree/main/plugins/features/plugin-copyright",
"url": {
"/": "ecosystem.vuejs.press/plugins/features/copyright.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/features/copyright.html"
}
},
{
"name": "@vuepress/watermark",
"icon": "xmarks-lines",
"recommend": true,
"desc": {
"/": "Add watermark to pages",
"/zh/": "为页面添加水印"
},
"source": "vuepress/ecosystem/tree/main/plugins/features/plugin-watermark",
"url": {
"/": "ecosystem.vuejs.press/plugins/copyright.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/copyright.html"
"/": "ecosystem.vuejs.press/plugins/features/watermark.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/features/watermark.html"
}
}
]
Expand Down
116 changes: 45 additions & 71 deletions config/plugins/developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,31 @@
"items": [
{
"name": "@vuepress/helper",
"tag": "next",
"packageName": "@vuepress/helper",
"recommend": true,
"icon": "toolbox",
"desc": {
"/": "Useful VuePress2 util functions for developers",
"/zh/": "面向开发者的 VuePress2 实用工具函数"
},
"source": "vuepress/ecosystem/tree/main/tools/helper/",
"source": "vuepress/ecosystem/tree/main/tools/helper",
"url": {
"/": "ecosystem.vuejs.press/tools/helper/",
"/zh/": "ecosystem.vuejs.press/zh/tools/helper/"
}
},
{
"name": "sass-palette",
"name": "@vuepress/sass-palette",
"icon": "palette",
"tag": "latest",
"recommend": true,
"desc": {
"/": "Palette plugin for sass, an improved edition over the official one.",
"/zh/": "Sass 调色板插件,比官方的更好用。"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/sass-palette/",
"source": "vuepress/ecosystem/tree/main/plugins/development/plugin-sass-palette",
"url": {
"/": "plugin-sass-palette.vuejs.press",
"/zh/": "plugin-sass-palette.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/plugins/development/sass-palette/",
"/zh/": "ecosystem.vuejs.press/plugins/development/sass-palette/"
}
}
]
Expand All @@ -46,7 +44,6 @@
"items": [
{
"name": "@vuepress/helper",
"tag": "next",
"packageName": "@vuepress/helper",
"recommend": true,
"icon": "toolbox",
Expand All @@ -61,59 +58,59 @@
}
},
{
"name": "sass-palette",
"icon": "palette",
"name": "@vuepress/active-header-links",
"icon": "heading",
"recommend": true,
"desc": {
"/": "Palette plugin for sass, an improved edition over the official one.",
"/zh/": "Sass 调色板插件,比官方的更好用。"
"/": "Update route hash when scrolling pages",
"/zh/": "滚动页面时更新路由 Hash"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/sass-palette/",
"source": "vuepress/ecosystem/tree/main/plugins/development/plugin-active-header-links",
"url": {
"/": "plugin-sass-palette.vuejs.press",
"/zh/": "plugin-sass-palette.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/plugins/development/active-header-links.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/development/active-header-links.html"
}
},
{
"name": "@vuepress/active-header-links",
"icon": "heading",
"name": "@vuepress/git",
"icon": "fab fa-git-alt",
"recommend": true,
"desc": {
"/": "Update route hash when scrolling pages",
"/zh/": "滚动页面时更新路由 Hash"
"/": "Collect git information of your pages, including the created and updated time, the contributors, etc.",
"/zh/": "收集页面的 Git 信息,包括创建和更新时间,贡献者等"
},
"source": "vuepress/ecosystem/tree/main/plugins/plugin-active-header-links/",
"source": "vuepress/ecosystem/tree/main/plugins/development/plugin-git",
"url": {
"/": "https://ecosystem.vuejs.press/plugins/active-header-links.html",
"/zh/": "https://ecosystem.vuejs.press/zh/plugins/active-header-links.html"
"/": "ecosystem.vuejs.press/plugins/development/git.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/development/git.html"
}
},
{
"name": "@vuepress/external-link-icon",
"icon": "link",
"name": "@vuepress/reading-time",
"icon": "book-open",
"recommend": true,
"desc": {
"/": "Add a icon to the external link in your markdown content",
"/zh/": "为你的 Markdown 内容中的外部链接添加图标"
"/": "Count words and generate reading time for articles",
"/zh/": "统计文章字数并生成阅读时间"
},
"source": "vuepress/ecosystem/tree/main/plugins/plugin-external-link-icon/",
"source": "vuepress/ecosystem/tree/main/plugins/development/plugin-reading-time",
"url": {
"/": "https://ecosystem.vuejs.press/plugins/external-link-icon.html",
"/zh/": "https://ecosystem.vuejs.press/zh/plugins/external-link-icon.html"
"/": "ecosystem.vuejs.press/plugins/development/reading-time/",
"/zh/": "ecosystem.vuejs.press/zh/plugins/development/reading-time/"
}
},
{
"name": "@vuepress/git",
"icon": "fab fa-git-alt",
"name": "@vuepress/sass-palette",
"icon": "palette",
"recommend": true,
"desc": {
"/": "Collect git information of your pages, including the created and updated time, the contributors, etc.",
"/zh/": "收集页面的 Git 信息,包括创建和更新时间,贡献者等"
"/": "Palette plugin for sass, an improved edition over the official one.",
"/zh/": "Sass 调色板插件,比官方的更好用。"
},
"source": "vuepress/ecosystem/tree/main/plugins/plugin-git/",
"source": "vuepress/ecosystem/tree/main/plugins/development/plugin-sass-palette",
"url": {
"/": "https://ecosystem.vuejs.press/plugins/git.html",
"/zh/": "https://ecosystem.vuejs.press/zh/plugins/git.html"
"/": "ecosystem.vuejs.press/plugins/development/sass-palette/",
"/zh/": "ecosystem.vuejs.press/plugins/development/sass-palette/"
}
},
{
Expand All @@ -124,10 +121,10 @@
"/": "Provide client data for your theme, with VuePress I18n support.",
"/zh/": "为你的主题提供客户端数据,支持 VuePress 多语言。"
},
"source": "vuepress/ecosystem/tree/main/plugins/plugin-theme-data/",
"source": "vuepress/ecosystem/tree/main/plugins/development/plugin-theme-data",
"url": {
"/": "https://ecosystem.vuejs.press/plugins/theme-data.html",
"/zh/": "https://ecosystem.vuejs.press/zh/plugins/theme-data.html"
"/": "ecosystem.vuejs.press/plugins/development/theme-data.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/development/theme-data.html"
}
},
{
Expand All @@ -138,31 +135,22 @@
"/": "Provide a table-of-contents (TOC) component.",
"/zh/": "提供一个目录组件。"
},
"source": "vuepress/ecosystem/tree/main/plugins/plugin-toc/",
"source": "vuepress/ecosystem/tree/main/plugins/development/plugin-toc",
"url": {
"/": "https://ecosystem.vuejs.press/plugins/toc.html",
"/zh/": "https://ecosystem.vuejs.press/zh/plugins/toc.html"
"/": "ecosystem.vuejs.press/plugins/development/toc.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/development/toc.html"
}
},
{
"name": "@goy/svg-icons",
"icon": "icons",
"desc": {
"/": "Managing svg icons via svg sprite",
"/zh/": "通过 svg sprite 管理 svg 图标"
},
"source": "ntnyq/vuepress-plugin-svg-icons",
"url": "https://vp-icon.goyfe.com/"
},
{
"name": "iconify",
"icon": "icons",
"tag": "latest",
"desc": {
"/": "Use icons in VuePress",
"/zh/": "在 VuePress 中使用图标"
},
"source": "ntnyq/vuepress-plugin-iconify",
"url": "https://vuepress-plugin-iconify.ntnyq.com/"
"url": "vuepress-plugin-iconify.ntnyq.com/"
},
{
"name": "@vuepress/palette",
Expand All @@ -171,24 +159,10 @@
"/": " Provide palette support for your theme.",
"/zh/": "为你的主题提供调色板支持。"
},
"source": "vuepress/ecosystem/tree/main/plugins/plugin-palette/",
"url": {
"/": "https://ecosystem.vuejs.press/plugins/palette.html",
"/zh/": "https://ecosystem.vuejs.press/zh/plugins/palette.html"
}
},
{
"name": "@vuepress/reading-time",
"icon": "book-open",
"tag": "next",
"desc": {
"/": "Count words and generate reading time for articles",
"/zh/": "统计文章字数并生成阅读时间"
},
"source": "vuepress/ecosystem/tree/main/plugins/plugin-reading-time/",
"source": "vuepress/ecosystem/tree/main/plugins/development/plugin-palette",
"url": {
"/": "ecosystem.vuejs.press/plugins/reading-time/",
"/zh/": "ecosystem.vuejs.press/zh/plugins/reading-time/"
"/": "ecosystem.vuejs.press/plugins/development/palette.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/development/palette.html"
}
},
{
Expand All @@ -200,7 +174,7 @@
"/zh/": "在你的文档中使用页面数据。<br><div style='color:red'>不推荐,因为它会对大型站点产生严重的性能影响。</div>"
},
"source": "monsat/vuepress-plugin-use-pages",
"url": "https://github.com/monsat/vuepress-plugin-use-pages"
"url": "github.com/monsat/vuepress-plugin-use-pages"
}
]
}
Expand Down
Loading

0 comments on commit 7c45da7

Please sign in to comment.