linziguan
linziguan
``` content: function (html) { var $content = this._$('content'); if (html instanceof jQuery){ $content.empty('').append(html); }// HTMLElement else if (typeof html === 'object') { html = $(html); $content.empty('').append(html.show()); this.addEventListener('beforeremove', function ()...
请升级一下lerc依赖,在vite5下没办法打包。
**Is your feature request related to a problem? Please describe.** 支持javafx21 **Describe the solution you'd like** 提供javafx专用接口
在windows下,Java需要通过jni或jna访问dll。以下为编译为dll的过程。 [jni编译过程.pdf](https://github.com/k2-fsa/sherpa-onnx/files/15329516/jni.pdf) [利用eclipse导出jar包.pdf](https://github.com/k2-fsa/sherpa-onnx/files/15329517/eclipse.jar.pdf)