This commit is contained in:
rainerosion 2023-11-08 18:02:51 +08:00
parent 56ba6bd562
commit 49fc606c33

1
dm.py
View File

@ -278,7 +278,6 @@ class TableWidgetExample(QMainWindow):
else:
print("未匹配到任何子字符串")
def generate_insert_sql(self, data):
sql = "INSERT INTO `danmaku_list` (`id`, `cid`, `type`, `text`, `color`, `size`, `videotime`, `ip`, `time`) VALUES ('de9d5e3f5b7f9ea2197d35f383530643', NULL, 'right', '不错哦', '#FFFFFF', '27.5px', '48.275', '58.62.32.191', '1666319003')"
return sql