feat:新增ai分析,新增储值账户,优化通知规则
This commit is contained in:
@@ -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('')
|
||||
@@ -23,4 +23,3 @@ export const useUiStore = defineStore('ui', () => {
|
||||
closeAddEntry,
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user