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

@@ -92,7 +92,7 @@ export default {
dialogResetAllData: 'This operation will reset all data. Do you want to continue?',
dialogSingleDrawLimit: 'Only 10 characters can be extracted in a single draw',
dialogLatestBrowser: 'Please use the latest version of Chrome or Edge browser',
tipResetPrize: 'Performing operations may reset data, please proceed with caution',
tipResetPrize: 'Performing operations may reset data and cant recover, please proceed with caution',
},
tooltip: {
settingConfiguration: 'Setting/Configuration',

View File

@@ -92,7 +92,7 @@ export default {
dialogResetAllData: '该操作会重置所有数据,是否继续?',
dialogSingleDrawLimit: '单次抽取只能抽取10位',
dialogLatestBrowser: '请使用最新版Chrome或者Edge浏览器',
tipResetPrize: '进行操作可能会重置数据,请谨慎操作',
tipResetPrize: '进行操作可能会重置数据并不可恢复,请谨慎操作',
},
tooltip: {
settingConfiguration: '设置/配置',

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('')