修复sqlite数据操作类型

This commit is contained in:
whyour
2022-01-08 01:09:38 +08:00
parent 89ed8527d6
commit e75a683173
21 changed files with 199 additions and 217 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ const CheckUpdate = ({ socketMessage }: any) => {
return;
}
const newMessage = `${value}\n${_message}`;
const newMessage = `${value}${_message}`;
modalRef.current.update({
content: (
<div style={{ height: '60vh', overflowY: 'auto' }}>