📝 docs: remove docstring from src of docs

This commit is contained in:
snowykami 2024-09-06 19:50:01 +08:00
parent 39b1920532
commit 1921dcd023

View File

@ -2,7 +2,6 @@
import {defineConfig} from 'vitepress'
import {generateSidebar} from 'vitepress-sidebar';
import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite'
import {zh} from "./zh";
import {en} from "./en";