Files
ai-course/node_modules/.cache/babel-loader/9fc6776d5db4561427c3c2284065b4c11d9978362d215175af1cf373b0e6ac13.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.8 KiB
JSON

{"ast":null,"code":"import { anticipate, backInOut, circInOut } from 'motion-utils';\nconst unsupportedEasingFunctions = {\n anticipate,\n backInOut,\n circInOut\n};\nfunction isUnsupportedEase(key) {\n return key in unsupportedEasingFunctions;\n}\nfunction replaceStringEasing(transition) {\n if (typeof transition.ease === \"string\" && isUnsupportedEase(transition.ease)) {\n transition.ease = unsupportedEasingFunctions[transition.ease];\n }\n}\nexport { replaceStringEasing };","map":{"version":3,"names":["anticipate","backInOut","circInOut","unsupportedEasingFunctions","isUnsupportedEase","key","replaceStringEasing","transition","ease"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.mjs"],"sourcesContent":["import { anticipate, backInOut, circInOut } from 'motion-utils';\n\nconst unsupportedEasingFunctions = {\n anticipate,\n backInOut,\n circInOut,\n};\nfunction isUnsupportedEase(key) {\n return key in unsupportedEasingFunctions;\n}\nfunction replaceStringEasing(transition) {\n if (typeof transition.ease === \"string\" &&\n isUnsupportedEase(transition.ease)) {\n transition.ease = unsupportedEasingFunctions[transition.ease];\n }\n}\n\nexport { replaceStringEasing };\n"],"mappings":"AAAA,SAASA,UAAU,EAAEC,SAAS,EAAEC,SAAS,QAAQ,cAAc;AAE/D,MAAMC,0BAA0B,GAAG;EAC/BH,UAAU;EACVC,SAAS;EACTC;AACJ,CAAC;AACD,SAASE,iBAAiBA,CAACC,GAAG,EAAE;EAC5B,OAAOA,GAAG,IAAIF,0BAA0B;AAC5C;AACA,SAASG,mBAAmBA,CAACC,UAAU,EAAE;EACrC,IAAI,OAAOA,UAAU,CAACC,IAAI,KAAK,QAAQ,IACnCJ,iBAAiB,CAACG,UAAU,CAACC,IAAI,CAAC,EAAE;IACpCD,UAAU,CAACC,IAAI,GAAGL,0BAA0B,CAACI,UAAU,CAACC,IAAI,CAAC;EACjE;AACJ;AAEA,SAASF,mBAAmB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}