mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
修复sqlite数据操作类型
This commit is contained in:
@@ -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' }}>
|
||||
|
||||
Reference in New Issue
Block a user