Skip to content

v0.7.4 - v0.105 compatibility

Choose a tag to compare

@freude916 freude916 released this 09 May 17:46
· 10 commits to main since this release
e18a1e4

we now use reflection to discover RitsuLib and provide config there.
if you don't need config, you can remove dependency in json and nothing will break.
I have explicitly added it here because the dictionary order of RitsuLib's name is too low, making it difficult to load after it without dependency, thus making reflection impossible.

我们现在使用反射发现 RitsuLib 并使用它的配置面板。
如果你不需要配置,你可以移除 json 里的依赖项,不会出问题。
我在这里显式添加了,因为 RitsuLib 的名称的字典序太靠后了,不依赖则很难在其之后加载,这样就没法反射了。