-
Notifications
You must be signed in to change notification settings - Fork 55
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
github-actions
committed
Dec 23, 2024
1 parent
cc9c7f9
commit 6fcd19f
Showing
220 changed files
with
1,199 additions
and
1,185 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
File renamed without changes.
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
6 changes: 3 additions & 3 deletions
6
bucket/BaiduPanFilesTransfers_dodorz.json → bucket/BaiduPanFilesTransfers.json
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,37 +1,45 @@ | ||
{ | ||
"version": "1.7.0", | ||
"description": "User-friendly Desktop Client App for AI Models/LLMs", | ||
"version": "1.8.0", | ||
"description": "一个可使用 ChatGPT、Claude 和其他 LLM 的桌面客户端。A desktop client for ChatGPT, Claude and other LLMs.", | ||
"homepage": "https://chatboxai.app/", | ||
"license": "GPL-3.0-or-later", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.chatboxai.app/releases/Chatbox-1.7.0-Setup.exe", | ||
"hash": "264fd0ede1c2b1966c1f026f9ffd06cfdbdba5e948e5e9cf9c14ba4a211d3571" | ||
} | ||
}, | ||
"installer": { | ||
"script": [ | ||
"$file = (Get-ChildItem \"$dir\" 'Chatbox*.exe' | Select-Object -First 1).FullName", | ||
"Expand-7ZipArchive \"$file\" \"$dir\\\" -Removal", | ||
"Expand-7ZipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", | ||
"Remove-Item \"$dir\\`$PLUGINSDIR\",\"$dir\\`$R0\" -Force -Recurse" | ||
] | ||
"license": { | ||
"identifier": "GNU General Public License v3.0", | ||
"url": "https://github.com/Bin-Huang/chatbox/blob/main/LICENSE" | ||
}, | ||
"url": "https://download.chatboxai.app/releases/Chatbox-1.8.0-Setup.exe#/abgo_bucket_installer.exe", | ||
"hash": "706e83c39285de1974bc59f88afb9ed6fd16bcc89dc423b225651f9e793b5fd8", | ||
"shortcuts": [ | ||
[ | ||
"Chatbox.exe", | ||
"Chatbox" | ||
] | ||
], | ||
"pre_install": [ | ||
"$bucket=(scoop bucket list | where-Object { $_.Source -match '(gitee|github).com/abgox/abgo_bucket'})[0].Name", | ||
". \"$bucketsdir\\$bucket\\bin\\utils.ps1\"", | ||
"$path_installer=\"$dir\\abgo_bucket_installer.exe\"", | ||
"& $path_installer /S /D=$dir", | ||
"$core_exe=\"$dir\\Chatbox.exe\"", | ||
"sleep_install $core_exe", | ||
"persist_file -dir @(\"$user_AppData\\xyz.chatboxapp.app\") @(\"$persist_dir\\xyz.chatboxapp.app\")", | ||
"handle_app_lnk", | ||
"do_some_things" | ||
], | ||
"pre_uninstall": [ | ||
"$bucket=(scoop bucket list | where-Object { $_.Source -match '(gitee|github).com/abgox/abgo_bucket'})[0].Name", | ||
". \"$bucketsdir\\$bucket\\bin\\utils.ps1\"", | ||
"stop_process $false", | ||
"remove_files @(\"$user_AppData\\xyz.chatboxapp.app\")", | ||
"$ui_exe=\"$dir\\Uninstall Chatbox.exe\"", | ||
"try{ & $ui_exe /S }catch{}", | ||
"sleep_uninstall $ui_exe", | ||
"remove_files @(\"$user_LocalAppData\\xyz.chatboxapp.app-updater\")" | ||
], | ||
"checkver": { | ||
"url": "https://chatboxai.app/help-center/changelog", | ||
"regex": "<h3>v([\\d.]+) - \\d{4}.\\d{2}.\\d{2}</h3>" | ||
"url": "https://chatboxai.app/zh/help-center/changelog", | ||
"regex": "<h3>v([\\d\\.]+)" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.chatboxai.app/releases/Chatbox-$version-Setup.exe" | ||
} | ||
} | ||
"url": "https://download.chatboxai.app/releases/Chatbox-$version-Setup.exe#/abgo_bucket_installer.exe" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"version": "1.7.0", | ||
"description": "User-friendly Desktop Client App for AI Models/LLMs", | ||
"homepage": "https://chatboxai.app/", | ||
"license": "GPL-3.0-or-later", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.chatboxai.app/releases/Chatbox-1.7.0-Setup.exe", | ||
"hash": "264fd0ede1c2b1966c1f026f9ffd06cfdbdba5e948e5e9cf9c14ba4a211d3571" | ||
} | ||
}, | ||
"installer": { | ||
"script": [ | ||
"$file = (Get-ChildItem \"$dir\" 'Chatbox*.exe' | Select-Object -First 1).FullName", | ||
"Expand-7ZipArchive \"$file\" \"$dir\\\" -Removal", | ||
"Expand-7ZipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", | ||
"Remove-Item \"$dir\\`$PLUGINSDIR\",\"$dir\\`$R0\" -Force -Recurse" | ||
] | ||
}, | ||
"shortcuts": [ | ||
[ | ||
"Chatbox.exe", | ||
"Chatbox" | ||
] | ||
], | ||
"checkver": { | ||
"url": "https://chatboxai.app/help-center/changelog", | ||
"regex": "<h3>v([\\d.]+) - \\d{4}.\\d{2}.\\d{2}</h3>" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://download.chatboxai.app/releases/Chatbox-$version-Setup.exe" | ||
} | ||
} | ||
} | ||
} |
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.