From 1b354753028f3bf1417397012c6cd9f71498674f Mon Sep 17 00:00:00 2001 From: putyy Date: Wed, 23 Oct 2024 10:24:16 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/main/utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/electron/main/utils.ts b/electron/main/utils.ts index 280c994..0a7c159 100755 --- a/electron/main/utils.ts +++ b/electron/main/utils.ts @@ -139,6 +139,7 @@ function typeSuffix(type: string) { case "audio/opus": case "audio/webm": case "audio/mp4": + case "audio/mp3": return ["audio", ".mp3"]; case "application/vnd.apple.mpegurl": case "application/x-mpegURL": From 96300164da143cefaf19861f477eb99612b2860b Mon Sep 17 00:00:00 2001 From: putyy Date: Wed, 23 Oct 2024 17:28:34 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9md=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index badd68d..22f9c5a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ ## res-downloader ### 爱享素材下载器【[加入群聊](https://qm.qq.com/q/mfDMSpCxQ4)】 🎯 基于 [electron-vite-vue](https://github.com/electron-vite/electron-vite-vue.git) -📦 操作简单、可获取不同类型的资源 +📦 操作简单、可获取不同类型的资源 🖥️ 支持Win10、Win11、Mac、Linux -🌐 支持视频、音频、图片、m3u8、直播流等常见网络资源拦截 +🌐 支持视频、音频、图片、m3u8、直播流等常见网络资源拦截 💪 支持微信视频号、小程序、抖音、快手、小红书、酷狗音乐、qq音乐等网络资源下载 -👼 支持设置代理以获取特殊网络下的资源 +👼 支持设置代理以获取特殊网络下的资源 ## 软件下载 🆕 [github下载](https://github.com/putyy/res-downloader/releases) From c65702e21506584b0a3c66dedf8e3093a941b785 Mon Sep 17 00:00:00 2001 From: putyy Date: Wed, 23 Oct 2024 17:30:39 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9md=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0c5028..0d402ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "res-downloader", - "version": "2.1.2", + "version": "2.1.3", "main": "dist-electron/main/index.js", "description": "res-downloader(爱享素材下载器),支持视频号、小程序、抖音、快手、小红书、酷狗音乐、qq音乐、qq短视频等", "homepage": "https://github.com/putyy/res-downloader",