muwoo

Results 96 comments of muwoo

@anchengjian 已完成对`mpvue`的支持 🤠😎

@jc91715 暂时没有提供`line`,后期会加上,有兴趣也可以参与 PR. 提供一种画直线的方法: ```js renderCanvas(h) { return h('view', { style: { left: 0, top: 10, width: 100, height: 1, fill: 'black' } }) } ```

主要是用来提供设计思路用的demo,作为参考

related https://github.com/tauri-apps/tauri/discussions/9747

@amrbashir Thank you very much for your reply! I configured it correctly, and I see that tauri will sign the packaged exe application, but I still need to sign the...

> It does sign the `-setup.exe` file, can you show the ouput of `tauiri build --verbose` I know, thank you very much for your reply, but I still wish Tauri...