We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
遇到依赖库的签名丢失等问题导致无法使用某些依赖
可能可以支持 zip 压缩的文件
为了支持多 PluginLoader, 可以考虑 .mirai.jvm.zip, .jar.mirai.zip, .mirai.zip?
PluginLoader
.mirai.jvm.zip
.jar.mirai.zip
.mirai.zip
The text was updated successfully, but these errors were encountered:
这可能也设计运行时解压等问题, 或许在第一次加载时解压到某个内部目录
Sorry, something went wrong.
Or .jar!/META-INF/libs ?
.jar!/META-INF/libs
压缩在 jar 里会不会影响运行时性能?
Or .jar!/META-INF/libs ? 压缩在 jar 里会不会影响运行时性能?
如果依赖的库没有达到 IDEA 那种级别的话基本影响不大,gradle 的 application 也是压在 jar 内,一般情况加载一个类只会读取一次资源
Successfully merging a pull request may close this issue.
遇到依赖库的签名丢失等问题导致无法使用某些依赖
可能可以支持 zip 压缩的文件
为了支持多
PluginLoader
, 可以考虑.mirai.jvm.zip
,.jar.mirai.zip
,.mirai.zip
?The text was updated successfully, but these errors were encountered: