Merge branch 'design'

This commit is contained in:
guozhigq
2023-08-06 21:28:23 +08:00
20 changed files with 691 additions and 340 deletions

View File

@ -167,6 +167,10 @@ class Api {
// 热搜
static const String hotSearchList =
'https://s.search.bilibili.com/main/hotword';
// 默认搜索词
static const String searchDefault = '/x/web-interface/wbi/search/default';
// 搜索关键词
static const String serachSuggest =
'https://s.search.bilibili.com/main/suggest';