zl930
Results
2
issues of
zl930
### 我已经搜索了 Issue 列表,没有找到类似的需求 - [X] Yes ### 我已经试用最新开发版,同样没找到这个功能 - [X] Yes ### 如果您有不止一个需求,请在多个 issue 里分别提交. - [X] Yes ### 简单介绍 希望能自定义快捷键,比如说翻页什么的 ### 细节描述 像起点小说网一样的操作,空格键翻页更好,鼠标滚轮太慢,滑滚动条又太快
feature request
Accessor
5
Is there a way to implement non-Transformer-Class access to a class's non-public fields? I have come up with a solution: in OtherClass: `((FooTransformer) (Object) fooInstance).bar(); ` in FooTransformer: `@CShadow(makePublic =...