Files
ai-course/node_modules/.cache/babel-loader/c037b15d5487ccbf331132939943a704831173568e8d1430abad03bacc0fbef7.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
1.2 KiB
JSON

{"ast":null,"code":"import { memo } from 'motion-utils';\nconst supportsPartialKeyframes = /*@__PURE__*/memo(() => {\n try {\n document.createElement(\"div\").animate({\n opacity: [1]\n });\n } catch (e) {\n return false;\n }\n return true;\n});\nexport { supportsPartialKeyframes };","map":{"version":3,"names":["memo","supportsPartialKeyframes","document","createElement","animate","opacity","e"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/motion-dom/dist/es/animation/waapi/supports/partial-keyframes.mjs"],"sourcesContent":["import { memo } from 'motion-utils';\n\nconst supportsPartialKeyframes = /*@__PURE__*/ memo(() => {\n try {\n document.createElement(\"div\").animate({ opacity: [1] });\n }\n catch (e) {\n return false;\n }\n return true;\n});\n\nexport { supportsPartialKeyframes };\n"],"mappings":"AAAA,SAASA,IAAI,QAAQ,cAAc;AAEnC,MAAMC,wBAAwB,GAAG,aAAcD,IAAI,CAAC,MAAM;EACtD,IAAI;IACAE,QAAQ,CAACC,aAAa,CAAC,KAAK,CAAC,CAACC,OAAO,CAAC;MAAEC,OAAO,EAAE,CAAC,CAAC;IAAE,CAAC,CAAC;EAC3D,CAAC,CACD,OAAOC,CAAC,EAAE;IACN,OAAO,KAAK;EAChB;EACA,OAAO,IAAI;AACf,CAAC,CAAC;AAEF,SAASL,wBAAwB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}