From 834c0c9f71321de96ea10d1c4efb8e4787adb931 Mon Sep 17 00:00:00 2001 From: yingying Date: Thu, 22 Aug 2024 11:58:38 +0800 Subject: [PATCH] style: tweak the style --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- lui/package.json | 2 +- lui/src/Chat/components/ChatItemRender.tsx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package.json b/client/package.json index bf199f6c..1737059f 100644 --- a/client/package.json +++ b/client/package.json @@ -39,7 +39,7 @@ "lottie-react": "^2.4.0", "next": "14.0.1", "openai": "^4.24.7", - "petercat-lui": "^0.1.20", + "petercat-lui": "^0.1.21", "postcss": "^8.4.41", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/client/yarn.lock b/client/yarn.lock index eaff9164..05af2516 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -8504,10 +8504,10 @@ path-type@^4.0.0: resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== -petercat-lui@^0.1.20: - version "0.1.20" - resolved "https://registry.npmjs.org/petercat-lui/-/petercat-lui-0.1.20.tgz#3b38a0f946ff78f189f4d443505f55bd60f3cd2f" - integrity sha512-vpq24RW5wWqgGIXplJ+3KbjfFLnCXFvO8f2cp5TytL4WAKwtl6KwUhz6f66ZSQmkw3NxGLxXTC7e194/83GP2A== +petercat-lui@^0.1.21: + version "0.1.21" + resolved "https://registry.npmjs.org/petercat-lui/-/petercat-lui-0.1.21.tgz#c9959c779165511ccecf15e628f7c60356e54b72" + integrity sha512-mIsx/cHBw2ABIT8R+G6vXRaMqD8D9lGVm0PQ2I+Ncg7x6cfkY+now/JhCl9kaOwNHoOtMn1MyLonaTcxUtMThQ== dependencies: "@ant-design/icons" "^5.3.5" "@ant-design/pro-chat" "^1.9.0" diff --git a/lui/package.json b/lui/package.json index 0523b1a1..eb65cc0d 100644 --- a/lui/package.json +++ b/lui/package.json @@ -1,6 +1,6 @@ { "name": "petercat-lui", - "version": "0.1.20", + "version": "0.1.21", "description": "A react library developed with dumi", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", diff --git a/lui/src/Chat/components/ChatItemRender.tsx b/lui/src/Chat/components/ChatItemRender.tsx index 2216d116..17575267 100644 --- a/lui/src/Chat/components/ChatItemRender.tsx +++ b/lui/src/Chat/components/ChatItemRender.tsx @@ -27,7 +27,7 @@ const ChatItemRender: FC = ({ > {direction === 'start' && (
= ({ }} /> )} -
+
{title} {content}