zhazhazhou

Results 1 comments of zhazhazhou

I use tauri-plugin-fs = "2.0.0-rc.0"(rust) and "@tauri-apps/plugin-fs": "2.0.0-rc.0"(js) ```js const test = async () => { let aa = convertFileSrc("C:/Users/18371/AppData/Roaming/com.hh-utils.app/11_02_13.wav") const response = await axios.get(aa, { responseType: 'blob' }); const...