Commit 7d6208e6 authored by JoyJ's avatar JoyJ

Merge branch 'main' of https://code.mycard.moe/Kesa/rrpglink_frontend into dev_joyj

parents ffe5503e 18296ed9
...@@ -70,15 +70,15 @@ npm run build:prod ...@@ -70,15 +70,15 @@ npm run build:prod
- [x] Tag - [x] Tag
- [x] Category - [x] Category
- [x] Title - [x] Title
- [ ] TODO: 导航栏 Drawer -> 分类搜索 & Tag 搜索 - [x] 导航栏 Drawer -> 分类搜索 & Tag 搜索
- [ ] TODO: 侧边栏 Drawer -> 分类搜索 & Tag 搜索 - [x] 侧边栏 Drawer -> 分类搜索 & Tag 搜索
- [ ] TODO: 回退上一级搜索 - [ ] TODO: 回退上一级搜索
- [x] 主题切换 - [x] 主题切换
- [x] 基础切换 - [x] 基础切换
- [x] localstorage 记忆 - [x] localstorage 记忆
- [ ] Toast 系统 - [ ] Toast 系统
- [x] 基本 Toast - [x] 基本 Toast
- [ ] TODO: 图片加载错误: 显示名字 & 序号... - [x] 图片加载错误: 寻找 info.json 的图片并加载第一个, 顺表 log 显示详情
## Bugs ## Bugs
......
This diff is collapsed.
...@@ -195,10 +195,6 @@ ...@@ -195,10 +195,6 @@
} }
lastSearchFunc = searchCategory; lastSearchFunc = searchCategory;
if (process.env.APP_ENV === 'dev') console.log(category); if (process.env.APP_ENV === 'dev') console.log(category);
createFetch(searchCategoryRequest(category), data => {
if (process.env.APP_ENV === 'dev') console.log(data);
page == 1 ? showList(data) : appendList();
});
nextPage++; nextPage++;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment