diff --git a/config/crawler.js b/config/crawler.js index 2d95f50..4191c7f 100644 --- a/config/crawler.js +++ b/config/crawler.js @@ -28,10 +28,6 @@ const crawlerConfig = { sitemap: true, recordExtractor: "hope", }, - "plugin-copy-code2": { - sitemap: true, - recordExtractor: "hope", - }, "plugin-copyright2": { sitemap: true, recordExtractor: "hope", diff --git a/config/plugins/blog.json b/config/plugins/blog.json index defffa6..c935179 100644 --- a/config/plugins/blog.json +++ b/config/plugins/blog.json @@ -31,7 +31,7 @@ { "name": "@vuepress/feed", "icon": "rss", - "tag": "latest", + "tag": "next", "recommend": true, "desc": { "/": "Feed plugin supporting atom, json and rss syntax feeds", diff --git a/config/plugins/feature.json b/config/plugins/feature.json index 7c11d35..a365d61 100644 --- a/config/plugins/feature.json +++ b/config/plugins/feature.json @@ -110,18 +110,18 @@ } }, { - "name": "copy-code2", + "name": "@vuepress/copy-code", "icon": "copy", - "tag": "latest", + "tag": "next", "recommend": true, "desc": { "/": "Provide copy button for code blocks.", "/zh/": "为代码块提供复制按钮" }, - "source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/copy-code2/", + "source": "vuepress/ecosystem/tree/main/plugins/plugin-copy-code/", "url": { - "/": "plugin-copy-code2.vuejs.press", - "/zh/": "plugin-copy-code2.vuejs.press/zh/" + "/": "ecosystem.vuejs.press/plugins/copy-code.html", + "/zh/": "ecosystem.vuejs.press/zh/plugins/copy-code.html" } }, { diff --git a/config/plugins/manage.json b/config/plugins/manage.json index 20a1e44..e193f6c 100644 --- a/config/plugins/manage.json +++ b/config/plugins/manage.json @@ -54,7 +54,7 @@ { "name": "@vuepress/seo", "icon": "wrench", - "tag": "latest", + "tag": "next", "recommend": true, "desc": { "/": "Auto-generating OGP and JSON-LD tags to enhance SEO", @@ -69,7 +69,7 @@ { "name": "@vuepress/sitemap", "icon": "sitemap", - "tag": "latest", + "tag": "next", "recommend": true, "desc": { "/": "Sitemap generator", diff --git a/config/vuejs.press.zone b/config/vuejs.press.zone index d308687..d3874ff 100644 --- a/config/vuejs.press.zone +++ b/config/vuejs.press.zone @@ -47,8 +47,6 @@ plugin-comment2 600 IN CNAME vuepress-plugin-comment2.netlify.app. plugin-comment2-demo 600 IN CNAME vuepress-plugin-comment2-demo.netlify.app. plugin-components 600 IN CNAME vuepress-plugin-components.netlify.app. plugin-components-demo 600 IN CNAME vuepress-plugin-components-demo.netlify.app. -plugin-copy-code2 600 IN CNAME vuepress-plugin-copy-code2.netlify.app. -plugin-copy-code2-demo 600 IN CNAME vuepress-plugin-copy-code2-demo.netlify.app. plugin-copyright2 600 IN CNAME vuepress-plugin-copyright2.netlify.app. plugin-copyright2-demo 600 IN CNAME vuepress-plugin-copyright2-demo.netlify.app. plugin-lightgallery 600 IN CNAME vuepress-plugin-lightgallery.netlify.app.