From 690e7b936828087949cc96c815ab8e0debf8eb5c Mon Sep 17 00:00:00 2001 From: Davidasx <81460770+Davidasx@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:26:57 +0800 Subject: [PATCH] Version 3.2.4.3 --- changelog.md | 14 +- index.html | 29 +- static/i18n.js | 48 ---- static/locales.json | 57 ++++ static/locales/en.json | 18 -- static/locales/zh-cn.json | 18 -- static/locales/zh-hk.json | 18 -- static/{ => scripts}/formatter.js | 2 - static/scripts/i18n.js | 64 +++++ static/{scripts.js => scripts/main.js} | 13 +- static/{ => scripts}/message.js | 1 + static/{ => scripts}/model.js | 0 static/styles.css | 366 ------------------------- static/styles/components.css | 145 ++++++++++ static/styles/layout.css | 10 + static/styles/mobile.css | 94 +++++++ static/styles/settings.css | 194 +++++++++++++ 17 files changed, 603 insertions(+), 488 deletions(-) delete mode 100644 static/i18n.js create mode 100644 static/locales.json delete mode 100644 static/locales/en.json delete mode 100644 static/locales/zh-cn.json delete mode 100644 static/locales/zh-hk.json rename static/{ => scripts}/formatter.js (98%) create mode 100644 static/scripts/i18n.js rename static/{scripts.js => scripts/main.js} (96%) rename static/{ => scripts}/message.js (99%) rename static/{ => scripts}/model.js (100%) delete mode 100644 static/styles.css create mode 100644 static/styles/components.css create mode 100644 static/styles/layout.css create mode 100644 static/styles/mobile.css create mode 100644 static/styles/settings.css diff --git a/changelog.md b/changelog.md index 4d0899b..4c88ad7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,13 +1,23 @@ ## Current Version: -[![](https://img.shields.io/badge/Dev-3.2.4.1-blue)](https://github.com/Davidasx/flask-gpt/tree/dev) +[![](https://img.shields.io/badge/Dev-3.2.4.3-blue)](https://github.com/Davidasx/flask-gpt/tree/dev) [![](https://img.shields.io/badge/Main-3.2.3-red)](https://github.com/Davidasx/flask-gpt/tree/main) ## Update Log (only after 3.1.0): +### 3.2.4.3 + +#### [![](https://img.shields.io/badge/Dev-20241107-blue)](https://github.com/Davidasx/flask-gpt) + +Minor fixes. + +Improvements to the filesystem structure. + +Updated sender button. + ### 3.2.4.2 -#### [![](https://img.shields.io/badge/Dev-20241107-blue)](https://github.com/Davidasx/flask-gpt/) +#### [![](https://img.shields.io/badge/Dev-20241107-blue)](https://github.com/Davidasx/flask-gpt/tree/2bb503973ea2eb8afe60c711d8dec9e1654588dd) New feature: add custom models to the settings. diff --git a/index.html b/index.html index b9b4d70..a282498 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,10 @@ href="https://www.freelogovectors.net/wp-content/uploads/2023/01/chatgpt-logo-freelogovectors.net_.png" type="image/svg+xml"> - + + + + @@ -23,22 +26,26 @@
- +