diff --git a/docs/docs/.vitepress/theme/adsense.vue b/docs/docs/.vitepress/theme/adsense.vue new file mode 100644 index 0000000..7fc8bdf --- /dev/null +++ b/docs/docs/.vitepress/theme/adsense.vue @@ -0,0 +1,37 @@ + + + + + \ No newline at end of file diff --git a/docs/docs/.vitepress/theme/index.ts b/docs/docs/.vitepress/theme/index.js similarity index 53% rename from docs/docs/.vitepress/theme/index.ts rename to docs/docs/.vitepress/theme/index.js index be87e72..686c6b5 100644 --- a/docs/docs/.vitepress/theme/index.ts +++ b/docs/docs/.vitepress/theme/index.js @@ -1,6 +1,8 @@ import Theme from 'vitepress/theme' import './index.css' +import adsense from './adsense.vue' export default { - ...Theme + ...Theme, + Layout: adsense } \ No newline at end of file