I see the current layout. The IP section is just a text card inside a Tabs component. I need to:
- Change from exclusive tabs to a freely selectable multi-panel layout where users can view all four sections
- Make the IP section larger with a 4:3 aspect ratio
Now let me replace the main return block that contains the Tabs with a freely selectable multi-panel layout:
已完成两项改动:
- IP 形象展示区放大至 4:3 比例 -- IP 形象内容现在展示在一个
aspect-ratio: 4/3 的大卡片中,居中呈现描述文字,并带有图标和"未来可生成图片"的提示,视觉上明显区别于其他文本类内容。 - 四个选项改为自由多选 -- 移除了原来的互斥 Tabs 组件,改用可多选的 toggle 按钮组。用户可以同时勾选/取消任意数量的选项,被选中的内容面板会依次展开显示,选中状态通过高亮边框和对勾图标来表示。