Files
ai-course/index.html
KQL ce6aa207e9 fix: 修复图片路径以适配GitHub Pages base path
- 将所有图片路径从绝对路径改为使用 process.env.PUBLIC_URL
- 修复 HomePage.tsx 中所有图片引用
- 修复 CoursePage.tsx 中所有图片引用
- 确保图片在 GitHub Pages 上正确加载

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 09:24:45 +08:00

1 line
1.1 KiB
HTML

<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"/><link rel="icon" href="/AIcourse-education-web/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="多Agent协作系统教学网页 - 现代化玻璃风格界面"/><link rel="apple-touch-icon" href="/AIcourse-education-web/logo192.png"/><link rel="manifest" href="/AIcourse-education-web/manifest.json"/><title>多Agent协作系统</title><style>body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);min-height:100vh}</style><script defer="defer" src="/AIcourse-education-web/static/js/main.9b65f621.js"></script><link href="/AIcourse-education-web/static/css/main.14e656c4.css" rel="stylesheet"></head><body><noscript>您需要启用JavaScript来运行此应用程序。</noscript><div id="root"></div></body></html>