feat(announcement): Popup and pinned

This commit is contained in:
web@ppanel
2024-12-21 00:10:09 +07:00
parent 79621623d5
commit f3680a7020
35 changed files with 465 additions and 351 deletions
+4 -2
View File
@@ -3,8 +3,9 @@ declare namespace API {
id: number;
title: string;
content: string;
enable: boolean;
type: number;
show: boolean;
pinned: boolean;
popup: boolean;
created_at: number;
updated_at: number;
};
@@ -321,6 +322,7 @@ declare namespace API {
server: number[];
show: boolean;
sell: boolean;
sort: number;
created_at: number;
updated_at: number;
};