mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 15:38:34 +08:00
feat: add admin panel (#31)
* feat: add admin panel * feature: update limit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<script setup>
|
||||
import { NSpace } from 'naive-ui'
|
||||
import Header from './Header.vue';
|
||||
import Content from './Content.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<n-space vertical>
|
||||
<Header />
|
||||
<Content />
|
||||
</n-space>
|
||||
</template>
|
||||
Reference in New Issue
Block a user