mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-12-19 17:25:39 +08:00
docs: JSRunner doc update
This commit is contained in:
@@ -19,6 +19,7 @@ export default defineConfig({
|
||||
items: [
|
||||
{ text: '超级剪贴板', link: '/project/ClipboardManager/' },
|
||||
{ text: '超级Markdown', link: '/project/Markdown/' },
|
||||
{ text: '超级JavaScript', link: '/project/JSRunner/' },
|
||||
{ text: '超级分词', link: '/project/SmartWordBreak/' }
|
||||
]
|
||||
},
|
||||
@@ -51,6 +52,7 @@ export default defineConfig({
|
||||
items: [
|
||||
{ text: '超级剪贴板', link: '/project/ClipboardManager/' },
|
||||
{ text: '超级Markdown', link: '/project/Markdown/' },
|
||||
{ text: '超级JavaScript', link: '/project/JSRunner/' },
|
||||
{ text: '超级分词', link: '/project/SmartWordBreak/' }
|
||||
]
|
||||
},
|
||||
|
||||
6
docs/.vitepress/type.d.ts
vendored
6
docs/.vitepress/type.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
declare module '*.vue' {
|
||||
import { ComponentOptions } from 'vue'
|
||||
const componentOptions: ComponentOptions
|
||||
export default componentOptions
|
||||
import { defineComponent } from 'vue'
|
||||
const component: ReturnType<typeof defineComponent>
|
||||
export default component
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user