add top for announcement

This commit is contained in:
2024-06-23 12:27:51 +00:00
parent c8b30b50dc
commit a0b006c936
4 changed files with 27 additions and 1 deletions

View File

@@ -337,6 +337,7 @@ export interface AnnouncementEdit {
tag: string
content: string
visible: boolean
top: boolean
}
export interface Announcement extends AnnouncementEdit {