perf: 支持公告功能

This commit is contained in:
xiaojunnuo
2026-01-07 17:54:18 +08:00
parent 14f99875fb
commit a79fe1f350
9 changed files with 42 additions and 10 deletions
@@ -81,6 +81,8 @@ export type SysPublicSetting = {
addonId: number;
}
>;
// 系统通知
notice?: string;
};
export type SuiteSetting = {
enabled?: boolean;