doc: update docs

This commit is contained in:
开源海哥 2023-11-29 16:01:28 +08:00
parent 5aa89d2092
commit 7b880f58a9
2 changed files with 9 additions and 0 deletions

View File

@ -74,7 +74,16 @@ const {Layout} = DefaultTheme
<template> <template>
<Layout> <Layout>
<!--docs: https://vitepress.dev/guide/extending-default-theme#layout-slots--> <!--docs: https://vitepress.dev/guide/extending-default-theme#layout-slots-->
<template #doc-before>
<div style="margin-bottom: 30px">
<a href="https://aieditor.dev" target="_blank">
<img src="/assets/images/ad/doc-banner.jpg">
</a>
</div>
</template>
<template #doc-footer-before> <template #doc-footer-before>
<div class="info custom-block" style="margin-bottom: 14px"> <div class="info custom-block" style="margin-bottom: 14px">
<!-- <p class="custom-block-title">对这篇文章还有疑问</p>--> <!-- <p class="custom-block-title">对这篇文章还有疑问</p>-->

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB