mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
doc: update docs
This commit is contained in:
parent
85c6387140
commit
ce8d0cc0e4
@ -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 {
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docs:dev": "vitepress dev",
|
"docs:dev": "vitepress dev",
|
||||||
"docs:build": "vitepress build",
|
"docs:build": "vitepress build",
|
||||||
"docs:preview": "vitepress preview"
|
"docs:preview": "vitepress preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"vitepress": "^1.0.0-beta.3 "
|
"vitepress": "^1.0.0-rc.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user