Files
ai-course/node_modules/.cache/babel-loader/392dddd2d07b12744e452c518ce5808d2c196812b1f98439645d0bfcd0192732.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
933 B
JSON

{"ast":null,"code":"const cubicBezierAsString = _ref => {\n let [a, b, c, d] = _ref;\n return \"cubic-bezier(\".concat(a, \", \").concat(b, \", \").concat(c, \", \").concat(d, \")\");\n};\nexport { cubicBezierAsString };","map":{"version":3,"names":["cubicBezierAsString","_ref","a","b","c","d","concat"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.mjs"],"sourcesContent":["const cubicBezierAsString = ([a, b, c, d]) => `cubic-bezier(${a}, ${b}, ${c}, ${d})`;\n\nexport { cubicBezierAsString };\n"],"mappings":"AAAA,MAAMA,mBAAmB,GAAGC,IAAA;EAAA,IAAC,CAACC,CAAC,EAAEC,CAAC,EAAEC,CAAC,EAAEC,CAAC,CAAC,GAAAJ,IAAA;EAAA,uBAAAK,MAAA,CAAqBJ,CAAC,QAAAI,MAAA,CAAKH,CAAC,QAAAG,MAAA,CAAKF,CAAC,QAAAE,MAAA,CAAKD,CAAC;AAAA,CAAG;AAEpF,SAASL,mBAAmB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}