This commit is contained in:
sion
2026-04-21 08:12:17 +08:00
parent 5264043c21
commit 685202dd55
247 changed files with 18661 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- 插入客服联系配置项(如果不存在)
INSERT INTO sys_config (config_key, config_value, config_desc)
VALUES ('customer_service_contact', '', '客服联系账号')
ON DUPLICATE KEY UPDATE config_key = config_key;