修改README文档

This commit is contained in:
eoao
2025-10-23 17:58:27 +08:00
parent aded699314
commit d5a5bf8c29
6 changed files with 19 additions and 12 deletions

View File

@@ -494,7 +494,7 @@ const init = {
INSERT INTO setting (
register, receive, add_email, many_email, title, auto_refresh_time, register_verify, add_email_verify
)
SELECT 0, 0, 0, 1, 'Cloud Mail', 0, 1, 1
SELECT 0, 0, 0, 0, 'Cloud Mail', 0, 1, 1
WHERE NOT EXISTS (SELECT 1 FROM setting)
`).run();
},