docs: update docs

This commit is contained in:
pengzhanbo 2025-02-08 14:46:02 +08:00
parent a2282f51c6
commit 63a53d6c18
2 changed files with 3 additions and 2 deletions

View File

@ -182,7 +182,8 @@ export default defineUserConfig({
'shylock-wu', 'shylock-wu',
'hrradev', 'hrradev',
{ github: 'TheCoderAlex', name: 'Tang Zifeng' }, { github: 'TheCoderAlex', name: 'Tang Zifeng' },
{ github: 'HydroGest', name: 'MarkChai'} { github: 'HydroGest', name: 'MarkChai' },
{ github: 'sunnyboy-mu', name: '小沐沐吖' }
]" ]"
/> />

View File

@ -166,7 +166,7 @@ export default defineUserConfig({
```ts ```ts
import { defineUserConfig } from 'vuepress' import { defineUserConfig } from 'vuepress'
import { plumeTheme } from 'vuepress-theme-plume' import { plumeTheme } from 'vuepress-theme-plume'
import notes from './notes/index.js' // [!code ++] import notes from './notes/index.ts' // [!code ++]
export default defineUserConfig({ export default defineUserConfig({
theme: plumeTheme({ theme: plumeTheme({