add switch

This commit is contained in:
2024-02-21 12:04:41 +08:00
parent 76d1838768
commit aa7fbd47a0
65 changed files with 2220 additions and 806 deletions

View File

@@ -3,7 +3,7 @@ import { NLayoutContent } from 'naive-ui'
import FeedbackManage from './FeedbackManage.vue'
</script>
<template>
<div style="margin: 16px;">
<div style="margin: 16px">
<FeedbackManage />
</div>
</template>