feat:新增通知调试台和导入历史页

This commit is contained in:
2026-03-13 10:00:21 +08:00
parent 5d45ba4731
commit 601cbd7576
15 changed files with 1111 additions and 73 deletions

View File

@@ -1,7 +1,7 @@
import { defineStore } from 'pinia'
import { ref } from 'vue'
// 管理全局 UI 状态,例如记一笔弹层开关和当前编辑
// 管理全局 UI 状态,例如记一笔弹层开关和当前编辑记录
export const useUiStore = defineStore('ui', () => {
const addEntryVisible = ref(false)
const editingTransactionId = ref('')