update alert

This commit is contained in:
2024-01-15 21:30:05 +08:00
parent 6b55855d35
commit 6f4f602488
17 changed files with 461 additions and 346 deletions

View File

@@ -0,0 +1,9 @@
<script setup lang="ts">
import { NLayoutContent } from 'naive-ui'
import FeedbackManage from './FeedbackManage.vue'
</script>
<template>
<div style="margin: 16px;">
<FeedbackManage />
</div>
</template>