Files
ai-course/node_modules/.cache/babel-loader/8224e0bb1fde8dff909e6862b951b2bc374057f4b905172f8a6991fe0bd4432b.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
1004 B
JSON

{"ast":null,"code":"import { transformPropOrder } from './keys-transform.mjs';\nconst positionalKeys = new Set([\"width\", \"height\", \"top\", \"left\", \"right\", \"bottom\", ...transformPropOrder]);\nexport { positionalKeys };","map":{"version":3,"names":["transformPropOrder","positionalKeys","Set"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/motion-dom/dist/es/render/utils/keys-position.mjs"],"sourcesContent":["import { transformPropOrder } from './keys-transform.mjs';\n\nconst positionalKeys = new Set([\n \"width\",\n \"height\",\n \"top\",\n \"left\",\n \"right\",\n \"bottom\",\n ...transformPropOrder,\n]);\n\nexport { positionalKeys };\n"],"mappings":"AAAA,SAASA,kBAAkB,QAAQ,sBAAsB;AAEzD,MAAMC,cAAc,GAAG,IAAIC,GAAG,CAAC,CAC3B,OAAO,EACP,QAAQ,EACR,KAAK,EACL,MAAM,EACN,OAAO,EACP,QAAQ,EACR,GAAGF,kBAAkB,CACxB,CAAC;AAEF,SAASC,cAAc","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}