feat: 公告支持设置通知范围

This commit is contained in:
kiki1373639299
2024-10-23 16:26:28 +08:00
committed by Charles_7c
parent b13f2ca91d
commit 354b6bc6d5
7 changed files with 418 additions and 25 deletions

View File

@@ -48,6 +48,8 @@ declare module 'vue' {
RouterView: typeof import('vue-router')['RouterView']
SecondForm: typeof import('./../components/GenCron/CronForm/component/second-form.vue')['default']
TextCopy: typeof import('./../components/TextCopy/index.vue')['default']
UserSelect: typeof import('./../components/UserSelect/index.vue')['default']
UserSelectContent: typeof import('./../components/UserSelect/component/UserSelectContent.vue')['default']
Verify: typeof import('./../components/Verify/index.vue')['default']
VerifyPoints: typeof import('./../components/Verify/Verify/VerifyPoints.vue')['default']
VerifySlide: typeof import('./../components/Verify/Verify/VerifySlide.vue')['default']