meng

Results 4 comments of meng

插件日志里也没有报错信息

> 我遇到了同样的问题。老哥解决了吗? 没有😂,我发现插着耳机注销后再打开就能通过耳机播放了,但切换不了喇叭,他这个貌似只能固定一种方式播放,要么是耳机要么是喇叭,现在没法改

I also found this problem when building with option `--no-container-build`. It seems that docker must be used when compiling some backends? including `onnxruntime`、`tensorflow`、`pytorch`、`tensorrtllm` ... ![Image](https://github.com/user-attachments/assets/2b3b7854-73b3-4d28-aa14-a90d7ea64e85)

可以为`packages\oh-my-live2d\src\modules\oml2d.ts`添加一个方法,onclick的时候调用这个方法就能实现了 ```ts /** * 随机加载表情 */ async loadRandomExpression(): Promise { try { const result = await this.models.model?.internalModel.motionManager.expressionManager?.setRandomExpression(); if (result) { this.tips.notification('表情切换~', 5000, 3); } else { this.tips.notification('没有可用表情~', 5000, 3); }...