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

{"ast":null,"code":"import { isMotionValue, motionValue } from 'motion-dom';\nimport { animateMotionValue } from '../interfaces/motion-value.mjs';\nfunction animateSingleValue(value, keyframes, options) {\n const motionValue$1 = isMotionValue(value) ? value : motionValue(value);\n motionValue$1.start(animateMotionValue(\"\", motionValue$1, keyframes, options));\n return motionValue$1.animation;\n}\nexport { animateSingleValue };","map":{"version":3,"names":["isMotionValue","motionValue","animateMotionValue","animateSingleValue","value","keyframes","options","motionValue$1","start","animation"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/framer-motion/dist/es/animation/animate/single-value.mjs"],"sourcesContent":["import { isMotionValue, motionValue } from 'motion-dom';\nimport { animateMotionValue } from '../interfaces/motion-value.mjs';\n\nfunction animateSingleValue(value, keyframes, options) {\n const motionValue$1 = isMotionValue(value) ? value : motionValue(value);\n motionValue$1.start(animateMotionValue(\"\", motionValue$1, keyframes, options));\n return motionValue$1.animation;\n}\n\nexport { animateSingleValue };\n"],"mappings":"AAAA,SAASA,aAAa,EAAEC,WAAW,QAAQ,YAAY;AACvD,SAASC,kBAAkB,QAAQ,gCAAgC;AAEnE,SAASC,kBAAkBA,CAACC,KAAK,EAAEC,SAAS,EAAEC,OAAO,EAAE;EACnD,MAAMC,aAAa,GAAGP,aAAa,CAACI,KAAK,CAAC,GAAGA,KAAK,GAAGH,WAAW,CAACG,KAAK,CAAC;EACvEG,aAAa,CAACC,KAAK,CAACN,kBAAkB,CAAC,EAAE,EAAEK,aAAa,EAAEF,SAAS,EAAEC,OAAO,CAAC,CAAC;EAC9E,OAAOC,aAAa,CAACE,SAAS;AAClC;AAEA,SAASN,kBAAkB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}