Files
ai-course/node_modules/.cache/babel-loader/290aaec8e2343846c5143fc348200e815e650acbbf720605c0f21a3f2018e6bc.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
2.2 KiB
JSON

{"ast":null,"code":"import _objectWithoutProperties from \"/Users/apple/Documents/cursor/Web\\u8BFE\\u4EF6/AI\\u8BFE/education_web_\\u591AAgent\\u534F\\u4F5C\\u7CFB\\u7EDF/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js\";\nconst _excluded = [\"when\", \"delay\", \"delayChildren\", \"staggerChildren\", \"staggerDirection\", \"repeat\", \"repeatType\", \"repeatDelay\", \"from\", \"elapsed\"];\n/**\n * Decide whether a transition is defined on a given Transition.\n * This filters out orchestration options and returns true\n * if any options are left.\n */\nfunction isTransitionDefined(_ref) {\n let {\n when,\n delay: _delay,\n delayChildren,\n staggerChildren,\n staggerDirection,\n repeat,\n repeatType,\n repeatDelay,\n from,\n elapsed\n } = _ref,\n transition = _objectWithoutProperties(_ref, _excluded);\n return !!Object.keys(transition).length;\n}\nexport { isTransitionDefined };","map":{"version":3,"names":["isTransitionDefined","_ref","when","delay","_delay","delayChildren","staggerChildren","staggerDirection","repeat","repeatType","repeatDelay","from","elapsed","transition","_objectWithoutProperties","_excluded","Object","keys","length"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.mjs"],"sourcesContent":["/**\n * Decide whether a transition is defined on a given Transition.\n * This filters out orchestration options and returns true\n * if any options are left.\n */\nfunction isTransitionDefined({ when, delay: _delay, delayChildren, staggerChildren, staggerDirection, repeat, repeatType, repeatDelay, from, elapsed, ...transition }) {\n return !!Object.keys(transition).length;\n}\n\nexport { isTransitionDefined };\n"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA,SAASA,mBAAmBA,CAAAC,IAAA,EAA2I;EAAA,IAA1I;MAAEC,IAAI;MAAEC,KAAK,EAAEC,MAAM;MAAEC,aAAa;MAAEC,eAAe;MAAEC,gBAAgB;MAAEC,MAAM;MAAEC,UAAU;MAAEC,WAAW;MAAEC,IAAI;MAAEC;IAAuB,CAAC,GAAAX,IAAA;IAAZY,UAAU,GAAAC,wBAAA,CAAAb,IAAA,EAAAc,SAAA;EAC/J,OAAO,CAAC,CAACC,MAAM,CAACC,IAAI,CAACJ,UAAU,CAAC,CAACK,MAAM;AAC3C;AAEA,SAASlB,mBAAmB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}