From 96709dd9f3fd1367aadafdf15bd89b56f8e6f41a Mon Sep 17 00:00:00 2001 From: "Apple\\Apple" Date: Mon, 26 May 2025 00:45:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96chore:=20Change=20the=20display=20s?= =?UTF-8?q?tyle=20of=20request=20count,=20TPM,=20and=20RPM=20in=20the=20Lo?= =?UTF-8?q?gsTable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/LogsTable.js | 97 ++++++++++++--------------------- 1 file changed, 36 insertions(+), 61 deletions(-) diff --git a/web/src/components/LogsTable.js b/web/src/components/LogsTable.js index 91be4489..c5cb3bb8 100644 --- a/web/src/components/LogsTable.js +++ b/web/src/components/LogsTable.js @@ -1135,70 +1135,45 @@ const LogsTable = () => { title={
-
- + -
- - - -
-
{t('消耗额度')}
-
{renderQuota(stat.quota)}
-
-
-
- - + -
- - - -
-
RPM
-
{stat.rpm || 0}
-
-
-
- - + -
- - - -
-
TPM
-
{stat.tpm || 0}
-
-
-
-
+ TPM: {stat.tpm} + +