chore: 格式化
This commit is contained in:
@@ -92,7 +92,7 @@ export default {
|
|||||||
dialogResetAllData: 'This operation will reset all data. Do you want to continue?',
|
dialogResetAllData: 'This operation will reset all data. Do you want to continue?',
|
||||||
dialogSingleDrawLimit: 'Only 10 characters can be extracted in a single draw',
|
dialogSingleDrawLimit: 'Only 10 characters can be extracted in a single draw',
|
||||||
dialogLatestBrowser: 'Please use the latest version of Chrome or Edge browser',
|
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: {
|
tooltip: {
|
||||||
settingConfiguration: 'Setting/Configuration',
|
settingConfiguration: 'Setting/Configuration',
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ export default {
|
|||||||
dialogResetAllData: '该操作会重置所有数据,是否继续?',
|
dialogResetAllData: '该操作会重置所有数据,是否继续?',
|
||||||
dialogSingleDrawLimit: '单次抽取只能抽取10位',
|
dialogSingleDrawLimit: '单次抽取只能抽取10位',
|
||||||
dialogLatestBrowser: '请使用最新版Chrome或者Edge浏览器',
|
dialogLatestBrowser: '请使用最新版Chrome或者Edge浏览器',
|
||||||
tipResetPrize: '进行操作可能会重置数据,请谨慎操作',
|
tipResetPrize: '进行操作可能会重置数据并不可恢复,请谨慎操作',
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
settingConfiguration: '设置/配置',
|
settingConfiguration: '设置/配置',
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<script setup lang='ts'>
|
<script setup lang='ts'>
|
||||||
|
import markdownit from 'markdown-it'
|
||||||
|
import { onMounted, ref, watch } from 'vue'
|
||||||
import readmeEn from '@/../public/readme-en.md?raw'
|
import readmeEn from '@/../public/readme-en.md?raw'
|
||||||
import readmeZh from '@/../public/readme-zhCn.md?raw'
|
import readmeZh from '@/../public/readme-zhCn.md?raw'
|
||||||
import i18n from '@/locales/i18n'
|
import i18n from '@/locales/i18n'
|
||||||
import markdownit from 'markdown-it'
|
|
||||||
import { onMounted, ref, watch } from 'vue'
|
|
||||||
|
|
||||||
const md = markdownit()
|
const md = markdownit()
|
||||||
const readmeHtml = ref('')
|
const readmeHtml = ref('')
|
||||||
|
|||||||
Reference in New Issue
Block a user