- 将所有图片路径从绝对路径改为使用 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.7 KiB
JSON
1 line
1.7 KiB
JSON
{"ast":null,"code":"import { HoverGesture } from '../../gestures/hover.mjs';\nimport { FocusGesture } from '../../gestures/focus.mjs';\nimport { PressGesture } from '../../gestures/press.mjs';\nimport { InViewFeature } from './viewport/index.mjs';\nconst gestureAnimations = {\n inView: {\n Feature: InViewFeature\n },\n tap: {\n Feature: PressGesture\n },\n focus: {\n Feature: FocusGesture\n },\n hover: {\n Feature: HoverGesture\n }\n};\nexport { gestureAnimations };","map":{"version":3,"names":["HoverGesture","FocusGesture","PressGesture","InViewFeature","gestureAnimations","inView","Feature","tap","focus","hover"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/framer-motion/dist/es/motion/features/gestures.mjs"],"sourcesContent":["import { HoverGesture } from '../../gestures/hover.mjs';\nimport { FocusGesture } from '../../gestures/focus.mjs';\nimport { PressGesture } from '../../gestures/press.mjs';\nimport { InViewFeature } from './viewport/index.mjs';\n\nconst gestureAnimations = {\n inView: {\n Feature: InViewFeature,\n },\n tap: {\n Feature: PressGesture,\n },\n focus: {\n Feature: FocusGesture,\n },\n hover: {\n Feature: HoverGesture,\n },\n};\n\nexport { gestureAnimations };\n"],"mappings":"AAAA,SAASA,YAAY,QAAQ,0BAA0B;AACvD,SAASC,YAAY,QAAQ,0BAA0B;AACvD,SAASC,YAAY,QAAQ,0BAA0B;AACvD,SAASC,aAAa,QAAQ,sBAAsB;AAEpD,MAAMC,iBAAiB,GAAG;EACtBC,MAAM,EAAE;IACJC,OAAO,EAAEH;EACb,CAAC;EACDI,GAAG,EAAE;IACDD,OAAO,EAAEJ;EACb,CAAC;EACDM,KAAK,EAAE;IACHF,OAAO,EAAEL;EACb,CAAC;EACDQ,KAAK,EAAE;IACHH,OAAO,EAAEN;EACb;AACJ,CAAC;AAED,SAASI,iBAAiB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |