feat: 优化插件商店排版

This commit is contained in:
snowy 2024-04-07 03:28:31 +08:00
parent 16c1ba440c
commit c45061a95a
3 changed files with 2997 additions and 3 deletions

3
.gitignore vendored
View File

@ -27,6 +27,3 @@ main.cmd
docs/.vuepress/.cache/
docs/.vuepress/.temp/
docs/.vuepress/dist/
docs/package.json
docs/pnpm-lock.yaml
docs/tsconfig.json

21
docs/package.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "liteyuki",
"version": "2.0.0",
"description": "A project of vuepress-theme-hope",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build .",
"docs:clean-dev": "vuepress-vite dev . --clean-cache",
"docs:dev": "vuepress-vite dev .",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/plugin-search": "2.0.0-rc.24",
"vue": "^3.4.21",
"vuepress": "2.0.0-rc.9",
"vuepress-plugin-search-pro": "2.0.0-rc.34",
"vuepress-theme-hope": "2.0.0-rc.32"
}
}

2976
docs/pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff