diff --git a/.gitignore b/.gitignore index cfb61976..2ba4926c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ node_modules/ package-lock.json +pnpm-lock.yaml src/.vuepress/.cache/ src/.vuepress/.temp/ src/.vuepress/dist/ diff --git a/README.md b/README.md index 27992450..334e6bd7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Static Badge](https://img.shields.io/badge/Author-Zotero%20Chinese-blue)](#贡献者) [![GitHub contributors](https://img.shields.io/github/contributors-anon/zotero-chinese/wiki)](#贡献者) [![GitHub License](https://img.shields.io/github/license/zotero-chinese/wiki)](#协议) +[![GitHub repo size](https://img.shields.io/github/repo-size/zotero-chinese/wiki)](#zotero-中文文档仓库) [![GitHub last commit (branch)](https://img.shields.io/github/last-commit/zotero-chinese/wiki/main)](#zotero-中文文档仓库) [![Netlify Status](https://api.netlify.com/api/v1/badges/aaa3fdac-5809-409e-b99d-012a232fed18/deploy-status)](https://app.netlify.com/sites/zotero-zh/deploys) diff --git a/package.json b/package.json index 33e4b273..759f73f6 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,12 @@ }, "devDependencies": { "@lint-md/cli": "^2.0.0", - "@vuepress/client": "2.0.0-beta.67", + "@vuepress/client": "2.0.0-rc.0", "markdownlint-cli2": "^0.10.0", - "vue": "^3.3.4", - "vuepress": "2.0.0-beta.67", - "vuepress-plugin-search-pro": "2.0.0-beta.237", - "vuepress-theme-hope": "2.0.0-beta.237" + "mermaid": "^10.6.1", + "vue": "^3.3.9", + "vuepress": "2.0.0-rc.0", + "vuepress-plugin-search-pro": "2.0.0-rc.0", + "vuepress-theme-hope": "2.0.0-rc.0" } }