S112

Results 3 issues of S112

在electron环境下,windows端,点击截图,整个窗口会先进行一次晃动。 如下面的视频: https://user-images.githubusercontent.com/7778864/186395988-4a257c23-0af4-45e5-951b-3765cdcfe528.mp4

这个插件支持uni-app,vite+vue3的环境吗?

I need to ensure that the extractAllTo method is completed before continuing to perform other program. Example: ``` const appPathTemp = join(moduleUpdatePath, DIST_MAP[moduleCode]) const zip = new AdmZip(filePath) await zip.extractAllTo(appPathTemp)...