Results 7 issues of ekibun

Hi, I am trying to implement javascript syntax highlight for TextField with a custom TextEditingController [here](https://github.com/ekibun/neko/blob/master/lib/widget/code/highlight.dart). I noticed that the library does not work if there are any unenclosed strings...

不带token请求 https://api.bgm.tv/v0/subjects/198693/subjects 会返回不带token无法访问的 https://api.bgm.tv/v0/subjects/126255 最好一并过滤了

The outine style defined in material will lost when overriding font. This pr is going to copy the style to a new material.

Don't know when the Il2CppInteropManager.IL2CPPInteropAssemblyPath is added to BepInEx. Only tested in BepInEx 6.0.0-be.680

Currently I use relection to resolve UnityEngine.Input in both UnityEngine.CoreModule and UnityEngine.InputLegacyModule. I don't have enviroment to test in old version Unity. No sure it is compatable or not.

关闭评分(Rating)功能的情况下,⭐无法作为emoji tags显示在标题上,在标签列正常。 可能是下面这个issue导致的: https://github.com/MuiseDestiny/zotero-style/issues/1135 想把⭐作为emoji标签使用。 目前Rating功能会关联到⭐标签,在开启评分功能不显示评分列的情况下,五星评分会占据很长的空间,如果能压缩一下(例如⭐5)就好了

**不礼貌不回复,直接关闭** 如图,从pdf切换回文库,有时会出现整屏的自定义列设置不生效而变成默认结果,概率比较小大概10次会出现一次(和页面缓存有关?)。 自定义创建者列会变回zotero默认样式,出版物也会变成默认的期刊全称而不是设置里的顺序列。 ![Image](https://github.com/user-attachments/assets/aa71a9c2-97e3-4691-98e0-8543863af464) 手动点击条目,更改排序都会恢复正常,javascript里调用这个也可以 ```javascript Zotero.getActiveZoteroPane().itemsView.tree._columns._updateVirtualizedTable() ``` 看了一下源码感觉是ztoolkit版本太旧导致的?新版的帮助页已经没有addRenderCellHook了。