新增注册码、草稿箱、权限拦截邮件、发件菜单隐藏

This commit is contained in:
eoao
2025-07-15 20:09:56 +08:00
parent 7e5a383bc6
commit 254325431b
55 changed files with 1819 additions and 361 deletions

View File

@@ -0,0 +1,8 @@
import { defineStore } from 'pinia'
export const userDraftStore = defineStore('draft', {
state: () => ({
refreshList: 0,
setDraft: {},
})
})