From d3399d68f6aae513709bc15646469c1ae652c93c Mon Sep 17 00:00:00 2001
From: CaIon <1808837298@qq.com>
Date: Wed, 13 Mar 2024 22:24:02 +0800
Subject: [PATCH] fix: fix typo
---
web/src/components/MjLogsTable.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/src/components/MjLogsTable.js b/web/src/components/MjLogsTable.js
index 603d345..88da1cd 100644
--- a/web/src/components/MjLogsTable.js
+++ b/web/src/components/MjLogsTable.js
@@ -39,7 +39,7 @@ function renderType(type) {
return 平移;
case 'DESCRIBE':
return 图生文;
- case 'BLEAND':
+ case 'BLEND':
return 图混合;
case 'SHORTEN':
return 缩词;