xiaoai/php_server/public/update/v2.0.3.sql

8 lines
591 B
SQL
Raw Permalink 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.

UPDATE `la_config` SET `type` = 'website', `name` = 'shop_title' WHERE `name` = 'pc_home_title';
UPDATE `la_system_menu` SET `type` = 'M' WHERE `name` = '微信小程序';
UPDATE `la_config` SET `value` = 'static/images/mnp_share_image.jpg' WHERE `type` = 'website' and `name` = 'share_image';
UPDATE `la_config` SET `value` = 'AI数字员工' WHERE `type` = 'website' and `name` = 'share_title';
UPDATE `la_config` SET `value` = '你的专属AI助手支持图文创作、多端对接、多行业适配助你降本增效' WHERE `type` = 'website' and `name` = 'share_desc';