chore: 更新项目资源和配置文件
详细说明: - 更新了12个产业的完整资源文件(Agent prompts、头像、效果图等) - 添加产业背景图片资源(交通物流、化工、土木水利等) - 更新前端展示项目的依赖配置 - 清理无效的软链接和旧的目录结构 - 修改文件: .gitignore, package.json, 各产业资源目录 - 影响模块: 前端展示系统、资源管理系统 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -142,7 +142,7 @@ const ResultModal: React.FC<ResultModalProps> = ({ isOpen, onClose }) => {
|
||||
<div className="p-6 bg-gray-50 border-t border-gray-200 flex-shrink-0">
|
||||
<div className="flex justify-center">
|
||||
<button
|
||||
onClick={() => window.open('http://localhost:4155/', '_blank')}
|
||||
onClick={() => window.open('http://192.168.2.9:4155/', '_blank')}
|
||||
className="px-8 py-3 bg-gradient-to-r from-blue-600 to-purple-600 text-white rounded-xl font-medium hover:shadow-lg transform hover:scale-105 transition-all flex items-center justify-center gap-2"
|
||||
>
|
||||
<Eye className="w-5 h-5" />
|
||||
|
||||
Reference in New Issue
Block a user