xiaoai/php_server/public/install/db/update206.sql

18 lines
1.1 KiB
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

DELETE FROM `la_config` WHERE type = "ai_live";
INSERT INTO `la_config` ( `type`, `name`, `value`, `create_time`, `update_time`) VALUES ( 'ai_live', 'config', '{\"apk_url\":\"https://zhibooss.imai.work/uploads/apks/imaivideo10376_basic.apk?time=1750062043035\",\"description\":\"https://yijianshi.feishu.cn/docx/XcBxdUoBYos3kvxkKZHcLWBUn7c?from=from_copylink\",\"recharge_entrance_qr_code\":\" \"}', 1750405302, 1750405302);
INSERT INTO `la_config` (`type`, `name`, `value`)
SELECT 'website', 'share_image', 'static/images/mnp_share_image.jpg'
WHERE NOT EXISTS (SELECT 1 FROM `la_config` WHERE `type` = 'website' AND `name` = 'share_image');
INSERT INTO `la_config` (`type`, `name`, `value`)
SELECT 'website', 'share_title', 'AI数字员工'
WHERE NOT EXISTS (SELECT 1 FROM `la_config` WHERE `type` = 'website' AND `name` = 'share_title');
INSERT INTO `la_config` (`type`, `name`, `value`)
SELECT 'website', 'share_desc', '你的专属AI助手支持图文创作、多端对接、多行业适配助你降本增效'
WHERE NOT EXISTS (SELECT 1 FROM `la_config` WHERE `type` = 'website' AND `name` = 'share_desc');