From 10c353c655edc40e73084c3f61c04b8303c5d0e2 Mon Sep 17 00:00:00 2001 From: wood Date: Mon, 23 Oct 2023 18:58:34 +0800 Subject: [PATCH] update --- web/src/components/LogsTable.js | 6 +++--- web/src/components/PersonalSetting.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/components/LogsTable.js b/web/src/components/LogsTable.js index e266d79a..6e560072 100644 --- a/web/src/components/LogsTable.js +++ b/web/src/components/LogsTable.js @@ -321,7 +321,7 @@ const LogsTable = () => { > 额度 - { sortLog('content'); @@ -329,7 +329,7 @@ const LogsTable = () => { width={isAdminUser ? 4 : 6} > 详情 - + */} @@ -360,7 +360,7 @@ const LogsTable = () => { {log.prompt_tokens ? log.prompt_tokens : ''} {log.completion_tokens ? log.completion_tokens : ''} {log.quota ? renderQuota(log.quota, 6) : ''} - {log.content} + {/* {log.content} */} ); })} diff --git a/web/src/components/PersonalSetting.js b/web/src/components/PersonalSetting.js index 6baf1f35..46073b1e 100644 --- a/web/src/components/PersonalSetting.js +++ b/web/src/components/PersonalSetting.js @@ -176,7 +176,7 @@ const PersonalSetting = () => { - + {/* */}