mod: 历史记录搜索

This commit is contained in:
guozhigq
2023-11-03 23:39:21 +08:00
parent 6f34bacb64
commit fd43a8cb31
10 changed files with 332 additions and 13 deletions

View File

@ -303,4 +303,7 @@ class Api {
static const String onlineTotal = '/x/player/online/total';
static const String webDanmaku = '/x/v2/dm/web/seg.so';
// 搜索历史记录
static const String searchHistory = '/x/web-goblin/history/search';
}