From 6c1778b86f4970ea9a762a94d9119cd2b7602ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=98=93?= <105188049+xiaoyiweb@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:38:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++++++++- admin/package.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c3a493..5ca1288 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,19 @@ 3. 支持使用 GPT-4-All(第三方逆向)解析上传的文件、图片。 4. 增加模型关联 Token 计费(可选)。 5. MJ 版本默认调整为 v6.0。 +6. 样式大调整 + +## 页面效果展示 + + + + + + + + + + ## 环境准备 @@ -73,7 +86,7 @@ ## 作者wx - + diff --git a/admin/package.json b/admin/package.json index 7768325..e503f13 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,5 +1,5 @@ { - "version": "2.4.0", + "version": "2.4.5", "scripts": { "dev": "vite", "build:test": "vue-tsc --noEmit && vite build --mode test", diff --git a/package.json b/package.json index eb5c9bf..d3f331f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nine-ai", - "version": "1.0.0", + "version": "2.4.5", "description": "使用 Nestjs 和 Vue3 搭建的 AIGC 生态社区 持续集成AI能力到社区之中", "main": "index.js", "author": "longyanjiang",