mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-06 07:57:04 +08:00
feat: add admin panel (#31)
* feat: add admin panel * feature: update limit
This commit is contained in:
@@ -13,10 +13,9 @@ const { toClipboard } = useClipboard()
|
||||
const message = useMessage()
|
||||
|
||||
const address = ref("")
|
||||
const { jwt, loading, openSettings } = useGlobalState()
|
||||
const { jwt, openSettings } = useGlobalState()
|
||||
const autoRefresh = ref(false)
|
||||
const data = ref([])
|
||||
const API_BASE = import.meta.env.VITE_API_BASE || "";
|
||||
const timer = ref(null)
|
||||
const showPassword = ref(false)
|
||||
const showNewEmail = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user