- 将所有图片路径从绝对路径改为使用 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>
1 line
1.6 KiB
JSON
1 line
1.6 KiB
JSON
{"ast":null,"code":"import { makeUseVisualState } from '../../motion/utils/use-visual-state.mjs';\nimport { createSvgRenderState } from './utils/create-render-state.mjs';\nimport { scrapeMotionValuesFromProps } from './utils/scrape-motion-values.mjs';\nconst svgMotionConfig = {\n useVisualState: makeUseVisualState({\n scrapeMotionValuesFromProps: scrapeMotionValuesFromProps,\n createRenderState: createSvgRenderState\n })\n};\nexport { svgMotionConfig };","map":{"version":3,"names":["makeUseVisualState","createSvgRenderState","scrapeMotionValuesFromProps","svgMotionConfig","useVisualState","createRenderState"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/framer-motion/dist/es/render/svg/config-motion.mjs"],"sourcesContent":["import { makeUseVisualState } from '../../motion/utils/use-visual-state.mjs';\nimport { createSvgRenderState } from './utils/create-render-state.mjs';\nimport { scrapeMotionValuesFromProps } from './utils/scrape-motion-values.mjs';\n\nconst svgMotionConfig = {\n useVisualState: makeUseVisualState({\n scrapeMotionValuesFromProps: scrapeMotionValuesFromProps,\n createRenderState: createSvgRenderState,\n }),\n};\n\nexport { svgMotionConfig };\n"],"mappings":"AAAA,SAASA,kBAAkB,QAAQ,yCAAyC;AAC5E,SAASC,oBAAoB,QAAQ,iCAAiC;AACtE,SAASC,2BAA2B,QAAQ,kCAAkC;AAE9E,MAAMC,eAAe,GAAG;EACpBC,cAAc,EAAEJ,kBAAkB,CAAC;IAC/BE,2BAA2B,EAAEA,2BAA2B;IACxDG,iBAAiB,EAAEJ;EACvB,CAAC;AACL,CAAC;AAED,SAASE,eAAe","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |