⬆️ Upgrade dependencies

This commit is contained in:
2025-11-13 20:02:22 +08:00
parent a17e060d16
commit bae4e663fb
3 changed files with 252 additions and 257 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import { useI18n } from 'vue-i18n';
import { computed, onUnmounted } from 'vue';
import { computed } from 'vue';
import { useConfigStore } from '@/stores/configStore';
import { useUpdateStore } from '@/stores/updateStore';
import SettingSection from '../components/SettingSection.vue';
@@ -12,11 +12,6 @@ const { t } = useI18n();
const configStore = useConfigStore();
const updateStore = useUpdateStore();
// 清理状态
onUnmounted(() => {
updateStore.clearStatus();
});
// 初始化Remarkable实例并配置
const md = new Remarkable({
html: true, // 允许HTML