Files
ai-course/node_modules/.cache/babel-loader/8290f87f4de38f47fa742f0cf96b629f17bba198f742502e6ee35d479a24a796.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.4 KiB
JSON

{"ast":null,"code":"import { getMixer } from './complex.mjs';\nimport { mixNumber } from './number.mjs';\nfunction mix(from, to, p) {\n if (typeof from === \"number\" && typeof to === \"number\" && typeof p === \"number\") {\n return mixNumber(from, to, p);\n }\n const mixer = getMixer(from);\n return mixer(from, to);\n}\nexport { mix };","map":{"version":3,"names":["getMixer","mixNumber","mix","from","to","p","mixer"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/motion-dom/dist/es/utils/mix/index.mjs"],"sourcesContent":["import { getMixer } from './complex.mjs';\nimport { mixNumber } from './number.mjs';\n\nfunction mix(from, to, p) {\n if (typeof from === \"number\" &&\n typeof to === \"number\" &&\n typeof p === \"number\") {\n return mixNumber(from, to, p);\n }\n const mixer = getMixer(from);\n return mixer(from, to);\n}\n\nexport { mix };\n"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,eAAe;AACxC,SAASC,SAAS,QAAQ,cAAc;AAExC,SAASC,GAAGA,CAACC,IAAI,EAAEC,EAAE,EAAEC,CAAC,EAAE;EACtB,IAAI,OAAOF,IAAI,KAAK,QAAQ,IACxB,OAAOC,EAAE,KAAK,QAAQ,IACtB,OAAOC,CAAC,KAAK,QAAQ,EAAE;IACvB,OAAOJ,SAAS,CAACE,IAAI,EAAEC,EAAE,EAAEC,CAAC,CAAC;EACjC;EACA,MAAMC,KAAK,GAAGN,QAAQ,CAACG,IAAI,CAAC;EAC5B,OAAOG,KAAK,CAACH,IAAI,EAAEC,EAAE,CAAC;AAC1B;AAEA,SAASF,GAAG","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}