Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

[Enhancement]: 【阅读模式】双页模式改进 #532

@hyj0824

Description

@hyj0824

描述/Description

问题同 #304

双页阅读最头疼的地方在于两页不匹配,很多专门的阅读器都有调整的功能,即可以选择是否将第一张图片显示为单页,后续图片以双页形式显示,这样可以让读者自行调整匹配。

我专门翻了下代码,目前的双页阅读是直接把index用公式计算写死的,改起来非常复杂(……而且本人没学过flutter不太会改)

图片

我想是否可以新添加一种 readingMethod(7) 以及其 buildtype 来实现这一点?或者能否在最前面直接插入一页空白占位,index整体+1,不变动buildType56来实现?

这是项繁琐的工作,而且大概率要重构这部分代码。辛苦作者了,深深感谢作者的无私付出。

操作系统/Operating System

No response

图片/picture

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions