更新多语言

This commit is contained in:
whyour
2023-08-05 12:33:43 +08:00
parent 0bf28e9ab3
commit b1a242c8ee
30 changed files with 186 additions and 109 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ const Log = () => {
return;
}
setValue('加载中...');
setValue(intl.get('加载中...'));
getLog(node);
};