Anxcye
Anxcye
这是一款专注于阅读的应用,不包含任何在线推广内容,更适合本地阅读。 - 支持 WebDAV 同步,可以同步书籍本体文件,还可以同步阅读记录、笔记等内容。 - 配色丰富,支持多语言。 - 适配多种屏幕尺寸,自适应布局。 - 使用 flutter 开发,便于多平台适配。 - 完全开源。 开源地址 https://github.com/Anxcye/anx-reader 预览图: 
I set a custom style through this code: ```js rendition.themes.default({ 'html': { 'background-color': '#$backgroundColor', 'color': '#$textColor', }, 'body': { 'padding-top': '${style.topMargin}px !important', 'padding-bottom': '${style.bottomMargin}px !important', 'line-height': '${style.lineHeight} !important', 'letter-spacing': '${style.letterSpacing}px...