Skip to content

Commit

Permalink
feat: update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 10, 2024
1 parent 8e6f2fe commit 51697e2
Show file tree
Hide file tree
Showing 6 changed files with 1,282 additions and 1,143 deletions.
118 changes: 18 additions & 100 deletions config/plugins/markdown.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,67 +90,45 @@
}
},
{
"name": "md-enhance",
"title": "attrs",
"icon": "code",
"tag": "latest",
"recommend": true,
"desc": {
"/": "Add attrs to markdown elements",
"/zh/": "为 Markdown 元素添加属性"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance",
"url": {
"/": "plugin-md-enhance.vuejs.press/guide/stylize/attrs.html",
"/zh/": "plugin-md-enhance.vuejs.press/zh/guide/stylize/attrs.html"
}
},
{
"name": "md-enhance",
"title": "footnote",
"icon": "quote-left",
"tag": "latest",
"name": "@vuepress/markdown-ext",
"icon": "table-columns",
"recommend": true,
"desc": {
"/": "Footnote grammar support",
"/zh/": "支持脚注语法"
"/": "Official markdown extension that supports gfm and others",
"/zh/": "官方支持 GFM 等的 Markdown 扩展"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance",
"source": "vuepress/ecosystem/tree/main/plugins/markdown/plugin-markdown-ext",
"url": {
"/": "plugin-md-enhance.vuejs.press/guide/content/footnote.html",
"/zh/": "plugin-md-enhance.vuejs.press/zh/guide/content/footnote.html"
"/": "ecosystem.vuejs.press/plugins/markdown/markdown-ext.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/markdown/markdown-ext.html"
}
},
{
"name": "md-enhance",
"title": "task list",
"icon": "square-check",
"tag": "latest",
"name": "@vuepress/markdown-stylize",
"icon": "table-columns",
"recommend": true,
"desc": {
"/": "Tasklist grammar support",
"/zh/": "支持任务列表语法"
"/": "Stylize contents in markdown",
"/zh/": "在 Markdown 中样式化内容"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance",
"source": "vuepress/ecosystem/tree/main/plugins/markdown/plugin-markdown-stylize",
"url": {
"/": "plugin-md-enhance.vuejs.press/guide/grammar/tasklist.html",
"/zh/": "plugin-md-enhance.vuejs.press/zh/guide/grammar/tasklist.html"
"/": "ecosystem.vuejs.press/plugins/markdown/markdown-stylize.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/markdown/markdown-stylize.html"
}
},
{
"name": "md-enhance",
"title": "files include",
"name": "@vuepress/markdown-include",
"icon": "at",
"tag": "latest",
"recommend": true,
"desc": {
"/": "Import common markdown snippet into contents",
"/zh/": "将公共的 Markdown 片段导入到内容中"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance",
"source": "vuepress/ecosystem/tree/main/plugins/markdown/plugin-markdown-include",
"url": {
"/": "plugin-md-enhance.vuejs.press/guide/content/include.html",
"/zh/": "plugin-md-enhance.vuejs.press/zh/guide/content/include.html"
"/": "ecosystem.vuejs.press/plugins/markdown/markdown-include.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/markdown/markdown-include.html"
}
},
{
Expand All @@ -168,66 +146,6 @@
"/zh/": "plugin-components.vuejs.press/zh/"
}
},
{
"name": "md-enhance",
"title": "align",
"icon": "align-center",
"tag": "latest",
"desc": {
"/": "Customize elements alignment in Markdown",
"/zh/": "在 Markdown 中自定义元素对齐方式"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance",
"url": {
"/": "plugin-md-enhance.vuejs.press/guide/stylize/align.html",
"/zh/": "plugin-md-enhance.vuejs.press/zh/guide/stylize/align.html"
}
},
{
"name": "md-enhance",
"title": "Superscript and Subscript",
"icon": "superscript",
"tag": "latest",
"desc": {
"/": "Superscript and Subscript grammar support",
"/zh/": "支持上标和下标语法"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance",
"url": {
"/": "plugin-md-enhance.vuejs.press/guide/grammar/sup-sub.html",
"/zh/": "plugin-md-enhance.vuejs.press/zh/guide/grammar/sup-sub.html"
}
},
{
"name": "md-enhance",
"title": "mark",
"icon": "highlighter",
"tag": "latest",
"desc": {
"/": "Highlight words with mark grammar",
"/zh/": "通过标记语法高亮字词"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance",
"url": {
"/": "plugin-md-enhance.vuejs.press/guide/stylize/mark.html",
"/zh/": "plugin-md-enhance.vuejs.press/zh/guide/stylize/mark.html"
}
},
{
"name": "md-enhance",
"title": "Stylize",
"icon": "wand-magic-sparkles",
"tag": "latest",
"desc": {
"/": "Stylize words the way you like",
"/zh/": "以你喜欢的方式样式化字词"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance",
"url": {
"/": "plugin-md-enhance.vuejs.press/guide/stylize/stylize.html",
"/zh/": "plugin-md-enhance.vuejs.press/zh/guide/stylize/stylize.html"
}
},
{
"name": "netabare-switch",
"icon": "toggle-on",
Expand Down
8 changes: 4 additions & 4 deletions config/plugins/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
},
"items": [
{
"name": "search-pro",
"name": "@vuepress/slimsearch",
"icon": "search",
"tag": "latest",
"recommend": true,
"desc": {
"/": "Powerful client search plugin supporting full indexing",
"/zh/": "强大的客户端搜索插件,支持全文索引"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/search-pro/",
"source": "vuepress/ecosystem/tree/main/plugins/search/plugin-slimsearch",
"url": {
"/": "plugin-search-pro.vuejs.press",
"/zh/": "plugin-search-pro.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/plugins/search/slimsearch.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/search/slimsearch.html"
}
},
{
Expand Down
50 changes: 20 additions & 30 deletions config/vuejs.press.zone
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Domain: vuejs.press
; Exported at:2023-02-22 13:44:24 (Asia/Shanghai)
; Exported at:2024-12-11 00:15:35 (Asia/Shanghai)
;
; _/_/_/ _/ _/ _/_/_/ _/_/_/ _/_/ _/_/_/
; _/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
Expand Down Expand Up @@ -33,45 +33,34 @@ $ORIGIN vuejs.press.


; SOA record
VUEJS.PRESS. 600 SOA rubine.dnspod.net. freednsadmin.dnspod.com. 1675528530 3600 180 1209600 180
VUEJS.PRESS. 600 SOA rubine.dnspod.net. freednsadmin.dnspod.com. 1733847323 3600 180 1209600 180


; A records
theme-reco 600 IN A 185.199.108.153


; CNAME records
@ 600 IN CNAME vuepress-marketplace.netlify.app.
www 600 IN CNAME vuepress-marketplace.netlify.app.
plugin-auto-catalog 600 IN CNAME vuepress-plugin-auto-catalog.netlify.app.
plugin-auto-catalog-demo 600 IN CNAME vuepress-plugin-auto-catalog-demo.netlify.app.
plugin-blog2 600 IN CNAME vuepress-plugin-blog2.netlify.app.
plugin-blog2-demo 600 IN CNAME vuepress-plugin-blog2-demo.netlify.app.
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-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.
plugin-lightgallery-demo 600 IN CNAME vuepress-plugin-lightgallery-demo.netlify.app.
plugin-md-enhance 600 IN CNAME vuepress-plugin-md-enhance.netlify.app.
plugin-md-enhance-demo 600 IN CNAME vuepress-plugin-md-enhance-demo.netlify.app.
plugin-photo-swipe 600 IN CNAME vuepress-plugin-photo-swipe.netlify.app.
plugin-photo-swipe-demo 600 IN CNAME vuepress-plugin-photo-swipe-demo.netlify.app.
plugin-pwa2 600 IN CNAME vuepress-plugin-pwa2.netlify.app.
plugin-pwa2-demo 600 IN CNAME vuepress-plugin-pwa2-demo.netlify.app.
plugin-reading-time2 600 IN CNAME vuepress-plugin-reading-time2.netlify.app.
plugin-redirect 600 IN CNAME vuepress-plugin-redirect.netlify.app.
plugin-redirect-demo 600 IN CNAME vuepress-plugin-redirect-demo.netlify.app.
plugin-rtl 600 IN CNAME vuepress-plugin-rtl.netlify.app.
plugin-remove-pwa 600 IN CNAME vuepress-plugin-remove-pwa.netlify.app.
plugin-sass-palette 600 IN CNAME vuepress-plugin-sass-palette.netlify.app.
plugin-sass-palette-demo 600 IN CNAME vuepress-plugin-sass-palette-demo.netlify.app.
plugin-search-pro 600 IN CNAME vuepress-plugin-search-pro.netlify.app.
plugin-search-pro-demo 600 IN CNAME vuepress-plugin-search-pro-demo.netlify.app.
plugin-lightgallery 600 IN CNAME vuepress-plugin-lightgallery.netlify.app.
shared 600 IN CNAME vuepress-shared.netlify.app.
theme-hope 600 IN CNAME vuepress-theme-hope.netlify.app.
theme-hope-blog-demo 600 IN CNAME vuepress-theme-hope-blog-demo.netlify.app.
theme-hope-docs-demo 600 IN CNAME vuepress-theme-hope-docs-demo.netlify.app.
plugin-lightgallery-demo 600 IN CNAME vuepress-plugin-lightgallery-demo.netlify.app.
plugin-md-enhance-demo 600 IN CNAME vuepress-plugin-md-enhance-demo.netlify.app.
@ 600 IN CNAME vuepress-v2.netlify.app.
www 600 IN CNAME vuepress-v2.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-oh-my-live2d 600 IN CNAME plugin-oh-my-live2d.netlify.app.
waline-comment 600 IN CNAME cname.vercel-dns.com.
marketplace 600 IN CNAME vuepress-marketplace.netlify.app.
theme-hope-ru 600 IN CNAME vuepress-theme-hope-ru.netlify.app.
bing-wallpaper 600 IN CNAME cname.vercel-dns.com.
theme-hope-assets 600 IN CNAME vuepress-theme-hope-assets.netlify.app.
ecosystem 600 IN CNAME vuepress-ecosystem.netlify.app.
theme-plume 600 IN CNAME vuepress-theme-plume.netlify.app.


; NS records
Expand All @@ -81,3 +70,4 @@ marketplace 600 IN CNAME vuepress-marketplace.netlify.app.

; TXT records
@ 600 IN TXT "google-site-verification=Z9x_60uQmeJqyG1do6VhoXox3XkJ4jA6hSkeOECqU4E"

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
},
"license": "CC0",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/helper": "2.0.0-rc.47",
"sass-embedded": "1.79.3",
"vue": "3.5.8",
"vuepress": "2.0.0-rc.15",
"vuepress-shared": "2.0.0-rc.54",
"vuepress-theme-hope": "2.0.0-rc.56"
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/helper": "2.0.0-rc.65",
"sass-embedded": "1.82.0",
"vue": "3.5.13",
"vuepress": "2.0.0-rc.18",
"vuepress-shared": "2.0.0-rc.63",
"vuepress-theme-hope": "2.0.0-rc.63"
},
"devDependencies": {
"husky": "9.1.6",
"markdownlint-cli2": "0.14.0",
"husky": "9.1.7",
"markdownlint-cli2": "0.16.0",
"nano-staged": "0.8.0",
"prettier": "3.3.3"
"prettier": "3.4.2"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.15.0",
"nano-staged": {
"**/*": "prettier --write --ignore-unknown",
"*.md": "markdownlint-cli2"
Expand Down
Loading

0 comments on commit 51697e2

Please sign in to comment.