mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-06 18:07:26 +08:00
chore: add vitepress doc custom theme
This commit is contained in:
14
docs/.vitepress/theme/MyLayout.vue
Normal file
14
docs/.vitepress/theme/MyLayout.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<!--.vitepress/theme/MyLayout.vue-->
|
||||
<script setup>
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import DynamicAds from './DynamicAds.vue'
|
||||
const { Layout } = DefaultTheme
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Layout>
|
||||
<template #aside-bottom>
|
||||
<DynamicAds />
|
||||
</template>
|
||||
</Layout>
|
||||
</template>
|
||||
Reference in New Issue
Block a user