This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
forked from ChatGPTNextWeb/NextChat
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Cherry Pick] Head Repo & Fix Front-End Package Issue (#210)
* Merge pull request ChatGPTNextWeb#3215 from akira-cn/main fix: remove the content-encoding header * Update Web App link in README.md * Update CN web app link in README.md * Merge pull request ChatGPTNextWeb#3570 from Rocky0102/main * chore: update auth value logic (ChatGPTNextWeb#3630) * Fix [Api] [Common Server Side] Change variable - [+] fix(common.ts): change variable declaration from 'var' to 'let' for 'authValue' * Fix Front End Issue about package - [+] chore(package.json): update "@tauri-apps/api" dependency to version 1.5.3 - [+] chore(yarn.lock): update "@tauri-apps/api" dependency to version 1.5.3 --------- Co-authored-by: Yidadaa <[email protected]> Co-authored-by: ChatGPTNextWeb <[email protected]> Co-authored-by: fredliang44 <[email protected]>
- Loading branch information
1 parent
acc489f
commit 343841f
Showing
5 changed files
with
30 additions
and
10 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 |
---|---|---|
|
@@ -1344,10 +1344,10 @@ | |
dependencies: | ||
tslib "^2.4.0" | ||
|
||
"@tauri-apps/api@^1.5.2": | ||
version "1.5.2" | ||
resolved "https://registry.yarnpkg.com/@tauri-apps/api/-/api-1.5.2.tgz#e92880d3435c8f46a7a152de226f014ec1f224b5" | ||
integrity sha512-tZK3XJiIUnUdHN7rGqA+j57dvT3/7z2bEiPfWmO3uAymv2JMBJrfGwbyDWLjGue37UVhh0gLYSkA9wV+/bASwA== | ||
"@tauri-apps/api@^1.5.3": | ||
version "1.5.3" | ||
resolved "https://registry.yarnpkg.com/@tauri-apps/api/-/api-1.5.3.tgz#f7b362b1f30aadb0a8bbeb7ae111755c0ed33d73" | ||
integrity sha512-zxnDjHHKjOsrIzZm6nO5Xapb/BxqUq1tc7cGkFXsFkGTsSWgCPH1D8mm0XS9weJY2OaR73I3k3S+b7eSzJDfqA== | ||
|
||
"@tauri-apps/[email protected]": | ||
version "1.5.7" | ||
|
@@ -4099,7 +4099,7 @@ lodash.merge@^4.6.2: | |
|
||
lodash@^4.17.21: | ||
version "4.17.21" | ||
resolved "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" | ||
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== | ||
|
||
log-update@^4.0.0: | ||
|