update docs

This commit is contained in:
开源海哥 2023-06-26 12:10:40 +08:00
parent 91654ec7fd
commit f5361d9426
5 changed files with 2457 additions and 1177 deletions

View File

@ -1,11 +1,11 @@
{ {
"hash": "6f7e7a0c", "hash": "837c5365",
"browserHash": "e8cc6d21", "browserHash": "8541a50e",
"optimized": { "optimized": {
"vue": { "vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js", "src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js", "file": "vue.js",
"fileHash": "98aba298", "fileHash": "4247883c",
"needsInterop": false "needsInterop": false
} }
}, },

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -5,14 +5,15 @@
--vp-c-brand-dark: #FF9933; --vp-c-brand-dark: #FF9933;
--vp-c-brand-darker: #CC6600; --vp-c-brand-darker: #CC6600;
--vp-custom-block-tip-border:#FFCC99; --vp-custom-block-tip-border: #FFCC99;
--vp-custom-block-tip-text:#F06C33; --vp-custom-block-tip-text: #F06C33;
} }
/*.VPNavBarTitle>.title{*/
/* color: #F06C33;*/
/*}*/
.vp-doc .custom-block p { .vp-doc .custom-block p {
font-size: 16px; font-size: 15px;
}
.custom-block.tip code {
background-color: #f0f0f0;
font-weight: 600;
} }

View File

@ -5,6 +5,6 @@
"docs:preview": "vitepress preview" "docs:preview": "vitepress preview"
}, },
"devDependencies": { "devDependencies": {
"vitepress": "^1.0.0-alpha.74" "vitepress": "^1.0.0-beta.3 "
} }
} }