diff --git a/src/App.vue b/src/App.vue index 3e4b03c..517f0c3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,6 +26,12 @@ const tooltip = { delayDuration: 100, } +const toaster = { + position: 'top-center' as const, + progress: false, + duration: 2000, +} + // 应用启动时初始化 onMounted(async () => { // 平台检测 - 设置 CSS 类名以驱动平台差异化样式(如标题栏安全区域高度) @@ -46,7 +52,7 @@ onMounted(async () => {