优化: Provider 配置体验(测试读表单值 + 保存反馈 + 报错友好 + 厂商预设,部分完成)

This commit is contained in:
lxy
2026-08-01 16:35:49 +08:00
parent 1a5d543fa1
commit 0e0c6862ba
8 changed files with 168 additions and 18 deletions
+2 -1
View File
@@ -81,7 +81,8 @@ const { t } = useI18n()
const appSettings = useAppSettingsStore()
const emit = defineEmits<{
(e: 'toast', msg: string, type: 'error' | 'warning' | 'info'): void
// P0-2: 对齐 ToastType 加 'success'(本面板暂未用,保类型一致)
(e: 'toast', msg: string, type: 'error' | 'warning' | 'info' | 'success'): void
}>()
const props = defineProps<{