refactor: search page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-23 22:05:06 +08:00
parent d8d6cf4d26
commit 44bd5afb70
8 changed files with 157 additions and 219 deletions

View File

@@ -33,7 +33,7 @@ class SearchHttp {
return {
'status': false,
'data': [],
'msg': '请求错误 🙅',
'msg': '请求错误',
};
}