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

@@ -2,7 +2,8 @@
import { createClient, RedisClientType } from 'redis';
import { AdminConfig, Favorite, IStorage, PlayRecord } from './types';
import { AdminConfig } from './admin.types';
import { Favorite, IStorage, PlayRecord } from './types';
// 搜索历史最大条数
const SEARCH_HISTORY_LIMIT = 20;