diff --git a/README.md b/README.md index 156ebc7..714cf94 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ English | [简体中文](README_zh.md)

A third-party GPT Client for OpenAI API on all platforms. -
-Try on web (suggest using app for better performance)

@@ -21,7 +19,7 @@ Please don't use it in production environment, and don't use it for important da ## 🪄 Features -- Restore from [ChatGPT Next Web backup](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web) / [OpenAI's export file](https://chat.openai.com). +- Restore from [ChatGPT Next Web backup](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web) / [OpenAI's export file](https://chatgpt.com). - Text / Image / Audio chat. (Web only support text) - Share chat by picture. - Render code block / latex formula. @@ -42,9 +40,9 @@ Please don't use it in production environment, and don't use it for important da ## ⬇️ Use -[iOS](https://apps.apple.com/app/id6476033062) / [Android](https://res.lolli.tech/gptbox/latest.apk) / [macOS](https://apps.apple.com/app/id6476033062) / [Linux](https://res.lolli.tech/gptbox/latest.AppImage) / [Windows](https://res.lolli.tech/gptbox/latest.win.zip) / [Web](https://gpt.lolli.tech/) +[iOS](https://apps.apple.com/app/id6476033062) / [Android](https://res.lolli.tech/gptbox/latest.apk) / [macOS](https://apps.apple.com/app/id6476033062) / [Linux](https://res.lolli.tech/gptbox/latest.AppImage) / [Windows](https://res.lolli.tech/gptbox/latest.win.zip) / [Web (Slow & Old)](https://gpt.lolli.tech/) -- Due to Chinese government policy and the [BEIAN](https://github.com/lollipopkit/flutter_server_box/discussions/180) issue. Please download it from other regions of AppStore. +- Due to Chinese government policy and the BEIAN issue. Please download it from other regions of AppStore. - Security: - To prevent injection attacks and etc., please don't download from untrusted sources. - Since `Linux / Windows` is signed with flutter default certificate, it is recommended to [build it yourself](https://github.com/lollipopkit/flutter_server_box/wiki#compile-yourself). diff --git a/README_zh.md b/README_zh.md index 38d621d..753e84f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -4,8 +4,6 @@

一个支持 OpenAI API 的 第三方全平台客户端。 -
-尝试网页版 (推荐使用客户端以获得更好的性能)

@@ -21,7 +19,7 @@ ## 🪄 特性 -- 从 [ChatGPT Next Web 备份](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web) / [OpenAI导出文件](https://chat.openai.com) 恢复 +- 从 [ChatGPT Next Web 备份](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web) / [OpenAI导出文件](https://chatgpt.com) 恢复 - 文本 / 图片 / 音频聊天(网页版仅支持文本) - 以图片形式分享聊天 - Url Scheme,例如:`lk-gptbox://chat/new?msg=你好` @@ -42,9 +40,9 @@ ## ⬇️ 使用 -[iOS](https://apps.apple.com/app/id6476033062) / [Android](https://res.lolli.tech/gptbox/latest.apk) / [macOS](https://apps.apple.com/app/id6476033062) / [Linux](https://res.lolli.tech/gptbox/latest.AppImage) / [Windows](https://res.lolli.tech/gptbox/latest.win.zip) / [Web](https://gpt.lolli.tech/) +[iOS](https://apps.apple.com/app/id6476033062) / [Android](https://res.lolli.tech/gptbox/latest.apk) / [macOS](https://apps.apple.com/app/id6476033062) / [Linux](https://res.lolli.tech/gptbox/latest.AppImage) / [Windows](https://res.lolli.tech/gptbox/latest.win.zip) / [Web (慢且更新不及时)](https://gpt.lolli.tech/) -- 由于中国政策原因,且**目前**无法完成[备案](https://github.com/lollipopkit/flutter_server_box/discussions/180)。请移步 AppStore 其他区下载。 +- 由于中国政策原因,且**目前**无法完成备案。请移步 AppStore 其他区下载。 - 关于安全: - 为了防止注入攻击等因素,请勿从不可信来源下载。 - 由于 `Linux / Windows` 使用了默认签名,因此建议[自行构建](https://github.com/lollipopkit/flutter_server_box/wiki/%E4%B8%BB%E9%A1%B5#%E8%87%AA%E7%BC%96%E8%AF%91)。 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index c77b941..d7ede64 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -363,7 +363,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 149; + CURRENT_PROJECT_VERSION = 151; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -494,7 +494,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 149; + CURRENT_PROJECT_VERSION = 151; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -519,7 +519,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 149; + CURRENT_PROJECT_VERSION = 151; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; diff --git a/lib/data/res/build.dart b/lib/data/res/build.dart index 50bf7c7..71a165e 100644 --- a/lib/data/res/build.dart +++ b/lib/data/res/build.dart @@ -2,8 +2,8 @@ class Build { static const String name = "GPTBox"; - static const int build = 149; + static const int build = 151; static const String engine = "3.19.6"; - static const String buildAt = "2024-05-08 23:02:36"; - static const int modifications = 3; + static const String buildAt = "2024-05-08 23:38:40"; + static const int modifications = 2; } diff --git a/lib/data/store/setting.dart b/lib/data/store/setting.dart index 524dfc8..2326530 100644 --- a/lib/data/store/setting.dart +++ b/lib/data/store/setting.dart @@ -5,7 +5,7 @@ class SettingStore extends Store { SettingStore() : super('setting'); late final themeMode = property('themeMode', 0); - + late final themeColorSeed = property('themeColorSeed', 4287106639); //late final fontSize = property('fontSize', 12.0);