feat: add right sidebar collapse

This commit is contained in:
shinya
2025-07-08 13:23:27 +08:00
parent abed52c766
commit e412e2d765
8 changed files with 97 additions and 35 deletions

View File

@@ -109,6 +109,3 @@ export interface DoubanResult {
message: string;
list: DoubanItem[];
}
// 导出AdminConfig类型
export { AdminConfig };