Files
ai-course/node_modules/.cache/babel-loader/e150da35813e02752bc59de2b3fdf83f111ccf606e03b6a28d8f3d253d3fe263.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 { memoSupports } from './memo.mjs';\nconst supportsLinearEasing = /*@__PURE__*/memoSupports(() => {\n try {\n document.createElement(\"div\").animate({\n opacity: 0\n }, {\n easing: \"linear(0, 1)\"\n });\n } catch (e) {\n return false;\n }\n return true;\n}, \"linearEasing\");\nexport { supportsLinearEasing };","map":{"version":3,"names":["memoSupports","supportsLinearEasing","document","createElement","animate","opacity","easing","e"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/motion-dom/dist/es/utils/supports/linear-easing.mjs"],"sourcesContent":["import { memoSupports } from './memo.mjs';\n\nconst supportsLinearEasing = /*@__PURE__*/ memoSupports(() => {\n try {\n document\n .createElement(\"div\")\n .animate({ opacity: 0 }, { easing: \"linear(0, 1)\" });\n }\n catch (e) {\n return false;\n }\n return true;\n}, \"linearEasing\");\n\nexport { supportsLinearEasing };\n"],"mappings":"AAAA,SAASA,YAAY,QAAQ,YAAY;AAEzC,MAAMC,oBAAoB,GAAG,aAAcD,YAAY,CAAC,MAAM;EAC1D,IAAI;IACAE,QAAQ,CACHC,aAAa,CAAC,KAAK,CAAC,CACpBC,OAAO,CAAC;MAAEC,OAAO,EAAE;IAAE,CAAC,EAAE;MAAEC,MAAM,EAAE;IAAe,CAAC,CAAC;EAC5D,CAAC,CACD,OAAOC,CAAC,EAAE;IACN,OAAO,KAAK;EAChB;EACA,OAAO,IAAI;AACf,CAAC,EAAE,cAAc,CAAC;AAElB,SAASN,oBAAoB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}