-
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.
- Loading branch information
Showing
9 changed files
with
56 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "res-downloader", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"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 |
---|---|---|
|
@@ -21,12 +21,7 @@ const jump = (scene: number)=>{ | |
break; | ||
case 4: | ||
ipcRenderer.invoke('invoke_open_default_browser', { | ||
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" | ||
url: "https://s.gowas.cn/d/4089-quan-ping-tai-zi-yuan-xia-zai-ruan-jian" | ||
}) | ||
break; | ||
case 6: | ||
|
@@ -42,11 +37,11 @@ div.line | |
a.item 当前版本: {{v}} | ||
a.item 站长邮箱: [email protected] | ||
a.item(@click="jump(1)") 获取更新 | ||
a.item(@click="jump(2)") 云盘资源 | ||
a.item(@click="jump(4)") 问题反馈 | ||
div.line | ||
a.item 推荐: | ||
a.item(@click="jump(2)") 云盘资源 | ||
a.item(@click="jump(3)") 图片无损压缩 | ||
a.item(@click="jump(4)") 问题反馈 | ||
a.item(@click="jump(5)") 流量卡推荐 | ||
a.item(@click="jump(6)") 软件源码 | ||
</template> | ||
|
||
|
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