MihonSY 1.0.1
基于 TachiyomiSY 1.13.2 主线源码。
新增功能
- 条漫功能增强
- 点击滚动设置:「点击滚动距离」半个屏幕 / 3/4 屏幕 / 一个屏幕三档可选;「滚动动画速度」改为匀速动画(线性插值),时长可调(0–1000ms,默认 250ms),设为 0ms 即瞬时跳页。
- 自动条漫判定:保留原标签判定(标签含 webtoon / long strip 等),新增按图片分辨率判定——打开阅读器后检查前 5 张图片,若存在长条图(高/宽 > 2.5)自动切换条漫模式,封面为横向图、后续为长条图的章节也能自动识别。
- 原始分辨率显示:条漫模式新增「原始分辨率」开关,图片按原始像素 1:1 显示不做缩放;普通翻页模式可在缩放类型中选择「原始大小」。
- Komga 进度同步改为逐本标记
- 阅读进度不再通过累积接口(会把第 1~N 话全部标为已读),改为对实际读到的单话逐本 PATCH(
PATCH /api/v1/books/{id}/read-progress),其他章节不受影响。
- 阅读进度不再通过累积接口(会把第 1~N 话全部标为已读),改为对实际读到的单话逐本 PATCH(
- 图像增强(轻量,无大模型)
- 内置 Anime4K(GPU shader,Fast / High / Ultra)与 Lanczos3(经典插值)两种算法,针对条漫/漫画线条优化;不包含 waifu2x / Real-CUGAN / Real-ESRGAN 等重型模型,加载快、内存占用低。
- 下载兼容增强(卓易通 / HarmonyOS)
- 对不支持 SAF
renameDocument的文件系统(如鸿蒙卓易通兼容层),下载完成时自动回退为"复制到目标 + 删除临时文件",不再卡在.tmp导致章节下载失败。 - 代码移植自 [zsyou/mihon-harmony](https://github.com/zsyou/mihon-harmony)。
- 对不支持 SAF
优化与修复
- 点击滚动动画优化:以匀速线性动画替代原先的
smoothScrollBy滚动方式,滚动过程更平滑、无卡顿;连续点击自动取消上一次动画,快速翻页不打架。
Based on TachiyomiSY 1.13.2 upstream source.
New Features
-
Webtoon feature pack
- Tap-to-scroll settings: tap scroll distance — half screen / 3/4 screen / full
screen (3 options); scroll animation — constant-speed animation (linear
interpolation), adjustable duration (0–1000ms, default 250ms), 0ms = instant jump. - Auto-webtoon detection: keeps the original tag-based detection (tags containing
webtoon / long strip, etc.); new aspect-ratio detection inspects the first 5 pages —
if any is a long strip (height/width > 2.5) the reader switches to webtoon mode
automatically, including chapters that open with a horizontal cover followed by
tall strips. - Original-resolution display: webtoon mode gains an "Original resolution" toggle
that renders images at 1:1 original pixels without scaling; in paging mode you can
pick "Original size" in the zoom type.
- Tap-to-scroll settings: tap scroll distance — half screen / 3/4 screen / full
-
Komga progress sync changed to per-book marking
- Progress no longer uses the cumulative endpoint (which marked chapters 1–N as read);
it now PATCHes the actually read chapter per book
(PATCH /api/v1/books/{id}/read-progress), so other chapters are unaffected.
- Progress no longer uses the cumulative endpoint (which marked chapters 1–N as read);
-
Image enhancement (lightweight, no heavy models)
- Built-in Anime4K (GPU shader, Fast / High / Ultra) and Lanczos3 (classic
resampling) algorithms, tuned for webtoon/manga line art; does not include heavy
models such as waifu2x / Real-CUGAN / Real-ESRGAN — fast to load, low memory usage.
- Built-in Anime4K (GPU shader, Fast / High / Ultra) and Lanczos3 (classic
-
Download compatibility (卓易通 / HarmonyOS)
- For file systems that do not support SAF
renameDocument(e.g. the HarmonyOS 卓易通
compatibility layer), downloads now fall back to "copy to target + delete temp file",
so they no longer stick at.tmpand fail. - Code ported from zsyou/mihon-harmony.
- For file systems that do not support SAF
Improvements & Fixes
- Tap-scroll animation optimization: replaced the previous
smoothScrollBypath with
a constant-speed linear animation — scrolling is smoother with no jank; a new tap cancels
the running animation, so rapid taps never fight.
Full Changelog: https://github.com/ruzhe85/MihonSY/commits/v1.0.1