FishHawk
FishHawk
**Description** I have a pointer variable and I want to recreate the PagerState when it changes, like this: ```kotlin val state = rememberSaveable(pointer, saver = PagerState.Saver) { PagerState() } HorizontalPager(...
**Is your feature request related to a problem? Please describe.** ```kotlin val painter = rememberImagePainter(url) Image( modifier = Modifier.fillMaxSize(), painter = painter, contentDescription = null, contentScale = ContentScale.Fit ) when...
更新计划
See https://books.fishhawk.top/forum/64f3e280794cbb1321145c09
I use jsoup to create epub. Here is the formatted xhtml file in the epub file. But some readers require that there should be no extra spaces or line breaks...
- https://agit656.xyz/ - https://www.tugikuru.jp/novel/content?id=44174
**Is your feature request related to a problem? Please describe.** In Command-line mode, it's hard to see what's being typed by the small print in the status bar at the...
重新设计工作区以支持并发。 剩下的工作计划: - 重制翻译器日志设计 - 翻译器增加并发数和重试次数设置 - 分段逻辑拆到pinia store里面 当前UI设计,因为章节分段长度上下限差很多,所以做成流式布局。可能的优化方向: - 删除进度条 - 方格图做成章节粒度,点击展开显示分段粒度 - 章节分行,打勾、转圈表示状态,问题是有些小说一章只有一两个分段 
第三方库更新会引入浏览器兼容性问题,需要增加静态检查流水线 [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat)