Files
ai-course/node_modules/.cache/babel-loader/2261165e35e312df01835555a3b9e603d06777632b362721555dbe186b44104e.json
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
JSON

{"ast":null,"code":"import { AnimationFeature } from './animation/index.mjs';\nimport { ExitAnimationFeature } from './animation/exit.mjs';\nconst animations = {\n animation: {\n Feature: AnimationFeature\n },\n exit: {\n Feature: ExitAnimationFeature\n }\n};\nexport { animations };","map":{"version":3,"names":["AnimationFeature","ExitAnimationFeature","animations","animation","Feature","exit"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/framer-motion/dist/es/motion/features/animations.mjs"],"sourcesContent":["import { AnimationFeature } from './animation/index.mjs';\nimport { ExitAnimationFeature } from './animation/exit.mjs';\n\nconst animations = {\n animation: {\n Feature: AnimationFeature,\n },\n exit: {\n Feature: ExitAnimationFeature,\n },\n};\n\nexport { animations };\n"],"mappings":"AAAA,SAASA,gBAAgB,QAAQ,uBAAuB;AACxD,SAASC,oBAAoB,QAAQ,sBAAsB;AAE3D,MAAMC,UAAU,GAAG;EACfC,SAAS,EAAE;IACPC,OAAO,EAAEJ;EACb,CAAC;EACDK,IAAI,EAAE;IACFD,OAAO,EAAEH;EACb;AACJ,CAAC;AAED,SAASC,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}