woniu163

Results 6 comments of woniu163

The current android jetpack platform actively embraces kotlin, kotlin has a more positive attitude towards ksp, and many android libraries are compatible with ksp, so ObjectBox supporting ksp is a...

@Orchid-Lee I know what you said, but such a configuration will lead to a longer compilation time. My projects have no support package anymore, and I think it will be...

Yes, we tried to combine a webm and a mp4 video into a new mp4 file, but it didn't work

yes,the alpha channel didn't work

![Image](https://github.com/user-attachments/assets/0655f47a-8dc8-47c0-97cb-cecad7dd80f5) 例如这样的图文混排,如果image显示的是一张gif的话,在阅读器里面支持控件,这样展示gif就会很简单,同理,要是对image需要做一些个性化定制的话,如果阅读器支持控件,就可以将image控件换成一个自定的image控件来满足特殊的需求。总之我想表达的是,如果能在阅读器的排版渲染中支持控件,就可以很灵活的以低成本满足个性化需求。

抱歉,我换种方式表达,您看看可以不。就是可以对阅读器内容的类型进行抽象,例如有个base接口定义阅读器元素标准,然后text作为文字元素类型的实现,image作为图片元素类型的实现,如果需要在阅读器里面扩展新的元素类型(例如button),实现base接口定义的标注就可以了,然后在排版的时候,根据base接口定义的标准,实现在排版算法中灵活支持元素类型的扩展,这样,在扩展新的元素类型的时候,排版算法不用修改就可以灵活的支持新增的元素类型