Merge pull request #131 from putyy/wails

Wails
This commit is contained in:
putyy
2025-01-22 16:19:44 +08:00
committed by GitHub
6 changed files with 4 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -1,5 +1,6 @@
## res-downloader V3全新版来袭、全新实现支持更多设置视频号、直播流、m3u8预览等
### 爱享素材下载器【[加入群聊](https://qm.qq.com/q/HS8FdhpZCK)】
### 爱享素材下载器【[加入群聊](https://qm.qq.com/q/ImE37ayJmc)】
🎯 基于Go + [wails](https://github.com/wailsapp/wails)
📦 操作简单、可获取不同类型资源
🖥️ 支持Windows、Mac、Linux

View File

@@ -28,7 +28,7 @@ func initConfig() *Config {
if globalConfig == nil {
def := `
{
"Host": "0.0.0.0",
"Host": "127.0.0.1",
"Port": "8899",
"Theme": "lightTheme",
"Quality": 0,
@@ -36,7 +36,7 @@ func initConfig() *Config {
"UpstreamProxy": "",
"OpenProxy": false,
"DownloadProxy": false,
"AutoProxy": false,
"AutoProxy": true,
"WxAction": true,
"TaskNumber": __TaskNumber__,
"UserAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"

BIN
frontend/.DS_Store vendored Normal file

Binary file not shown.

BIN
frontend/src/.DS_Store vendored Normal file

Binary file not shown.

BIN
frontend/src/assets/.DS_Store vendored Normal file

Binary file not shown.