-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Optimize the scrolling experience in read page
- Optimize the double-tap zoom logic in read page - Remove the gesture of tag drag to scale in read page e bug that the local cache is not updated after reloading the image on the reading page - 优化阅读页放大滚动体验 - 优化阅读页双击放大逻辑 - 移除阅读页点击后拖拽放大手势 - 修复阅读页切换为双列模式时页面渲染异常的bug
- Loading branch information
1 parent
ddbad26
commit 5d9661b
Showing
9 changed files
with
90 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
- 优化搜索标签提示 | ||
- 适配E站不再能查看非本人上传画廊的排行数据的变动 | ||
- 优化从分享链接打开app的跳转逻辑 | ||
- 优化阅读页放大滚动体验 | ||
- 优化阅读页双击放大逻辑 | ||
- 移除阅读页点击后拖拽放大手势 | ||
- 修复移动端退出主路由的问题 | ||
- 修复阅读页重载图片后,本地缓存未更新的bug | ||
- 修复阅读页切换为双列模式时页面渲染异常的bug | ||
|
||
-------------------- | ||
|
||
- Optimize the search tag prompt | ||
- Adapt to the change that users can no longer view the ranking data of galleries uploaded by others | ||
- Optimize the jump logic from the shared link to open the app | ||
- Optimize the scrolling experience in read page | ||
- Optimize the double-tap zoom logic in read page | ||
- Remove the gesture of tag drag to scale in read page | ||
- Remove the gesture of dragging and zooming after clicking on the reading page | ||
- Fix the problem of exiting the main route on the mobile terminal | ||
- Fix the bug that the local cache is not updated after reloading the image on the reading page |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters