Files
ruoyi-vue-pro/sql/mysql/ai_image_chat_menu.sql

5 lines
513 B
MySQL
Raw Normal View History

-- AI 图片对话菜单(插入到 AI 大模型 2758 下)
-- 执行前请确认 id 5100 未被占用,若冲突可改为其他值
INSERT INTO system_menu (id, name, permission, type, sort, parent_id, path, icon, component, component_name, status, visible, keep_alive, always_show, creator, create_time, updater, update_time, deleted)
VALUES (5100, 'AI 图片对话', '', 2, 0, 2758, 'image-chat', 'ep:chat-dot-round', 'ydoyun/aichat/index.vue', 'AiImageChat', 0, '1', '1', '1', '1', NOW(), '1', NOW(), '0');