chore: 格式化

This commit is contained in:
LOG1997
2025-12-09 22:45:19 +08:00
parent fbb57e7d46
commit 932510f9db
3 changed files with 302 additions and 302 deletions

View File

@@ -1,9 +1,9 @@
<script setup lang='ts'>
import markdownit from 'markdown-it'
import { onMounted, ref, watch } from 'vue'
import readmeEn from '@/../public/readme-en.md?raw'
import readmeZh from '@/../public/readme-zhCn.md?raw'
import i18n from '@/locales/i18n'
import markdownit from 'markdown-it'
import { onMounted, ref, watch } from 'vue'
const md = markdownit()
const readmeHtml = ref('')