-
Notifications
You must be signed in to change notification settings - Fork 498
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
7 changed files
with
76 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "res-downloader", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "dist-electron/main/index.js", | ||
"description": "Really simple Electron + Vue + Vite boilerplate.", | ||
"description": "Electron + Vue + Vite 实现的资源下载软件,支持微信视频号下载、抖音视频下载、快手视频下载、酷狗音乐下载等", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
"private": true, | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -29,8 +29,9 @@ const jump = (scene: number)=>{ | |
</script> | ||
<template lang="pug"> | ||
div.line | ||
a.item 版本号: {{v}} 站长邮箱: [email protected] | ||
a.item(@click="jump(1)") 软件源码 | ||
a.item 当前版本: {{v}} | ||
a.item 站长邮箱: [email protected] | ||
a.item(@click="jump(1)") 获取更新 | ||
a.item(@click="jump(2)") 云盘资源 | ||
a.item(@click="jump(3)") chatgpt | ||
a.item(@click="jump(4)") 问题反馈 | ||
|
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