Files
ai-course/node_modules/.cache/babel-loader/d073ea7e2d205670e9ff701f02cca10d5020c5ed1d8e25bbafb580104a5f6c03.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.4 KiB
JSON

{"ast":null,"code":"import { noop } from 'motion-utils';\nimport { createRenderBatcher } from './batcher.mjs';\nconst {\n schedule: frame,\n cancel: cancelFrame,\n state: frameData,\n steps: frameSteps\n} = /* @__PURE__ */createRenderBatcher(typeof requestAnimationFrame !== \"undefined\" ? requestAnimationFrame : noop, true);\nexport { cancelFrame, frame, frameData, frameSteps };","map":{"version":3,"names":["noop","createRenderBatcher","schedule","frame","cancel","cancelFrame","state","frameData","steps","frameSteps","requestAnimationFrame"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/motion-dom/dist/es/frameloop/frame.mjs"],"sourcesContent":["import { noop } from 'motion-utils';\nimport { createRenderBatcher } from './batcher.mjs';\n\nconst { schedule: frame, cancel: cancelFrame, state: frameData, steps: frameSteps, } = /* @__PURE__ */ createRenderBatcher(typeof requestAnimationFrame !== \"undefined\" ? requestAnimationFrame : noop, true);\n\nexport { cancelFrame, frame, frameData, frameSteps };\n"],"mappings":"AAAA,SAASA,IAAI,QAAQ,cAAc;AACnC,SAASC,mBAAmB,QAAQ,eAAe;AAEnD,MAAM;EAAEC,QAAQ,EAAEC,KAAK;EAAEC,MAAM,EAAEC,WAAW;EAAEC,KAAK,EAAEC,SAAS;EAAEC,KAAK,EAAEC;AAAY,CAAC,GAAG,eAAgBR,mBAAmB,CAAC,OAAOS,qBAAqB,KAAK,WAAW,GAAGA,qBAAqB,GAAGV,IAAI,EAAE,IAAI,CAAC;AAE7M,SAASK,WAAW,EAAEF,KAAK,EAAEI,SAAS,EAAEE,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}