- 将所有图片路径从绝对路径改为使用 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.8 KiB
JSON
1 line
1.8 KiB
JSON
{"ast":null,"code":"import { GroupAnimationWithThen } from 'motion-dom';\nimport { animateElements } from './animate-elements.mjs';\nconst createScopedWaapiAnimate = scope => {\n function scopedAnimate(elementOrSelector, keyframes, options) {\n return new GroupAnimationWithThen(animateElements(elementOrSelector, keyframes, options, scope));\n }\n return scopedAnimate;\n};\nconst animateMini = /*@__PURE__*/createScopedWaapiAnimate();\nexport { animateMini, createScopedWaapiAnimate };","map":{"version":3,"names":["GroupAnimationWithThen","animateElements","createScopedWaapiAnimate","scope","scopedAnimate","elementOrSelector","keyframes","options","animateMini"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/framer-motion/dist/es/animation/animators/waapi/animate-style.mjs"],"sourcesContent":["import { GroupAnimationWithThen } from 'motion-dom';\nimport { animateElements } from './animate-elements.mjs';\n\nconst createScopedWaapiAnimate = (scope) => {\n function scopedAnimate(elementOrSelector, keyframes, options) {\n return new GroupAnimationWithThen(animateElements(elementOrSelector, keyframes, options, scope));\n }\n return scopedAnimate;\n};\nconst animateMini = /*@__PURE__*/ createScopedWaapiAnimate();\n\nexport { animateMini, createScopedWaapiAnimate };\n"],"mappings":"AAAA,SAASA,sBAAsB,QAAQ,YAAY;AACnD,SAASC,eAAe,QAAQ,wBAAwB;AAExD,MAAMC,wBAAwB,GAAIC,KAAK,IAAK;EACxC,SAASC,aAAaA,CAACC,iBAAiB,EAAEC,SAAS,EAAEC,OAAO,EAAE;IAC1D,OAAO,IAAIP,sBAAsB,CAACC,eAAe,CAACI,iBAAiB,EAAEC,SAAS,EAAEC,OAAO,EAAEJ,KAAK,CAAC,CAAC;EACpG;EACA,OAAOC,aAAa;AACxB,CAAC;AACD,MAAMI,WAAW,GAAG,aAAcN,wBAAwB,CAAC,CAAC;AAE5D,SAASM,WAAW,EAAEN,wBAAwB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |