- 将所有图片路径从绝对路径改为使用 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.1 KiB
JSON
1 line
1.1 KiB
JSON
{"ast":null,"code":"import { GroupAnimation } from './GroupAnimation.mjs';\nclass GroupAnimationWithThen extends GroupAnimation {\n then(onResolve, _onReject) {\n return this.finished.finally(onResolve).then(() => {});\n }\n}\nexport { GroupAnimationWithThen };","map":{"version":3,"names":["GroupAnimation","GroupAnimationWithThen","then","onResolve","_onReject","finished","finally"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs"],"sourcesContent":["import { GroupAnimation } from './GroupAnimation.mjs';\n\nclass GroupAnimationWithThen extends GroupAnimation {\n then(onResolve, _onReject) {\n return this.finished.finally(onResolve).then(() => { });\n }\n}\n\nexport { GroupAnimationWithThen };\n"],"mappings":"AAAA,SAASA,cAAc,QAAQ,sBAAsB;AAErD,MAAMC,sBAAsB,SAASD,cAAc,CAAC;EAChDE,IAAIA,CAACC,SAAS,EAAEC,SAAS,EAAE;IACvB,OAAO,IAAI,CAACC,QAAQ,CAACC,OAAO,CAACH,SAAS,CAAC,CAACD,IAAI,CAAC,MAAM,CAAE,CAAC,CAAC;EAC3D;AACJ;AAEA,SAASD,sBAAsB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |