-
Notifications
You must be signed in to change notification settings - Fork 622
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
去除vipparse,新增下载进度提示,新增视频号自行下载后解密功能,优化打开文件位置等
- Loading branch information
Showing
14 changed files
with
151 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "res-downloader", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "dist-electron/main/index.js", | ||
"description": "Electron + Vue + Vite 实现的资源下载软件,支持微信视频号下载、抖音视频下载、快手视频下载、酷狗音乐下载等", | ||
"author": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ const jump = (scene: number)=>{ | |
switch (scene) { | ||
case 1: | ||
ipcRenderer.invoke('invoke_open_default_browser', { | ||
url: "https://github.com/putyy/res-downloader" | ||
url: "https://s.gowas.cn/d/4089-quan-ping-tai-zi-yuan-xia-zai-ruan-jian" | ||
}) | ||
break; | ||
case 2: | ||
|
@@ -24,6 +24,16 @@ const jump = (scene: number)=>{ | |
url: "https://github.com/putyy/res-downloader/issues" | ||
}) | ||
break; | ||
case 5: | ||
ipcRenderer.invoke('invoke_open_default_browser', { | ||
url: "https://haokawx.lot-ml.com/Product/Index/22550" | ||
}) | ||
break; | ||
case 6: | ||
ipcRenderer.invoke('invoke_open_default_browser', { | ||
url: "https://github.com/putyy/res-downloader" | ||
}) | ||
break; | ||
} | ||
} | ||
</script> | ||
|
@@ -33,15 +43,19 @@ div.line | |
a.item 站长邮箱: [email protected] | ||
a.item(@click="jump(1)") 获取更新 | ||
a.item(@click="jump(2)") 云盘资源 | ||
a.item(@click="jump(3)") 图片压缩 | ||
div.line | ||
a.item(@click="jump(3)") 图片无损压缩 | ||
a.item(@click="jump(4)") 问题反馈 | ||
a.item(@click="jump(5)") 流量卡推荐 | ||
a.item(@click="jump(6)") 软件源码 | ||
</template> | ||
|
||
<style lang="less" scoped> | ||
.line{ | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: center; | ||
flex-wrap: wrap; | ||
.item{ | ||
padding: 0 5px; | ||
cursor: pointer; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.