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 = () => { - + {/* */}