doc: update docs

This commit is contained in:
michael 2023-12-24 14:27:32 +08:00
parent 85c6387140
commit ce8d0cc0e4
2 changed files with 12 additions and 16 deletions

View File

@ -1,12 +1,8 @@
:root { :root {
--vp-c-brand: #F06C33; --vp-c-brand-1:#F06C33;
--vp-c-brand-light: #FFCC00; --vp-home-hero-name-color:#F06C33;
--vp-c-brand-lighter: #FFCC99; --vp-button-brand-bg:#F06C33;
--vp-c-brand-dark: #FF9933; --vp-button-brand-hover-bg:#ff986b;
--vp-c-brand-darker: #CC6600;
--vp-custom-block-tip-border: #FFCC99;
--vp-custom-block-tip-text: #F06C33;
} }
.vp-doc .custom-block p { .vp-doc .custom-block p {

View File

@ -6,6 +6,6 @@
"docs:preview": "vitepress preview" "docs:preview": "vitepress preview"
}, },
"devDependencies": { "devDependencies": {
"vitepress": "^1.0.0-beta.3 " "vitepress": "^1.0.0-rc.32"
} }
} }