Files
ai-course/node_modules/.cache/babel-loader/90d2cee9dc0e18e85fba00b2da4c4a76bb546ce462c281c3f35d78c3ab0fbefe.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 { transformProps } from 'motion-dom';\nimport { scaleCorrectors } from '../../projection/styles/scale-correction.mjs';\nfunction isForcedMotionValue(key, _ref) {\n let {\n layout,\n layoutId\n } = _ref;\n return transformProps.has(key) || key.startsWith(\"origin\") || (layout || layoutId !== undefined) && (!!scaleCorrectors[key] || key === \"opacity\");\n}\nexport { isForcedMotionValue };","map":{"version":3,"names":["transformProps","scaleCorrectors","isForcedMotionValue","key","_ref","layout","layoutId","has","startsWith","undefined"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs"],"sourcesContent":["import { transformProps } from 'motion-dom';\nimport { scaleCorrectors } from '../../projection/styles/scale-correction.mjs';\n\nfunction isForcedMotionValue(key, { layout, layoutId }) {\n return (transformProps.has(key) ||\n key.startsWith(\"origin\") ||\n ((layout || layoutId !== undefined) &&\n (!!scaleCorrectors[key] || key === \"opacity\")));\n}\n\nexport { isForcedMotionValue };\n"],"mappings":"AAAA,SAASA,cAAc,QAAQ,YAAY;AAC3C,SAASC,eAAe,QAAQ,8CAA8C;AAE9E,SAASC,mBAAmBA,CAACC,GAAG,EAAAC,IAAA,EAAwB;EAAA,IAAtB;IAAEC,MAAM;IAAEC;EAAS,CAAC,GAAAF,IAAA;EAClD,OAAQJ,cAAc,CAACO,GAAG,CAACJ,GAAG,CAAC,IAC3BA,GAAG,CAACK,UAAU,CAAC,QAAQ,CAAC,IACvB,CAACH,MAAM,IAAIC,QAAQ,KAAKG,SAAS,MAC7B,CAAC,CAACR,eAAe,CAACE,GAAG,CAAC,IAAIA,GAAG,KAAK,SAAS,CAAE;AAC1D;AAEA,SAASD,mBAAmB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}