From 7ad28386b73b8bb0768d32523a8f87fe9a400190 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Thu, 20 Jul 2023 00:41:00 +0800 Subject: [PATCH] move accumulate cost to bottom --- src/settings.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/settings.tsx b/src/settings.tsx index c4a4ba0..bf6badf 100644 --- a/src/settings.tsx +++ b/src/settings.tsx @@ -223,20 +223,6 @@ export default (props: { Close -
-

- Accumulated cost in all sessions ${totalCost.toFixed(4)} -

- -

Total cost in this session ${props.chatStore.cost.toFixed(4)}

@@ -309,6 +295,20 @@ export default (props: { readOnly={false} {...props} /> +
+

+ Accumulated cost in all sessions ${totalCost.toFixed(4)} +

+ +