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",
"browserHash": "e8cc6d21",
"hash": "837c5365",
"browserHash": "8541a50e",
"optimized": {
"vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "98aba298",
"fileHash": "4247883c",
"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

@ -9,10 +9,11 @@
--vp-custom-block-tip-text: #F06C33;
}
/*.VPNavBarTitle>.title{*/
/* color: #F06C33;*/
/*}*/
.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"
},
"devDependencies": {
"vitepress": "^1.0.0-alpha.74"
"vitepress": "^1.0.0-beta.3 "
}
}