Files
ai-course/node_modules/.cache/babel-loader/b308ab10c5af29e98c21f9fd5b0cf760f55b96f64d5c90de2c3673f617c91311.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 { isCSSVar } from './is-css-var.mjs';\nfunction getComputedStyle(element, name) {\n const computedStyle = window.getComputedStyle(element);\n return isCSSVar(name) ? computedStyle.getPropertyValue(name) : computedStyle[name];\n}\nexport { getComputedStyle };","map":{"version":3,"names":["isCSSVar","getComputedStyle","element","name","computedStyle","window","getPropertyValue"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/motion-dom/dist/es/render/dom/style-computed.mjs"],"sourcesContent":["import { isCSSVar } from './is-css-var.mjs';\n\nfunction getComputedStyle(element, name) {\n const computedStyle = window.getComputedStyle(element);\n return isCSSVar(name)\n ? computedStyle.getPropertyValue(name)\n : computedStyle[name];\n}\n\nexport { getComputedStyle };\n"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,kBAAkB;AAE3C,SAASC,gBAAgBA,CAACC,OAAO,EAAEC,IAAI,EAAE;EACrC,MAAMC,aAAa,GAAGC,MAAM,CAACJ,gBAAgB,CAACC,OAAO,CAAC;EACtD,OAAOF,QAAQ,CAACG,IAAI,CAAC,GACfC,aAAa,CAACE,gBAAgB,CAACH,IAAI,CAAC,GACpCC,aAAa,CAACD,IAAI,CAAC;AAC7B;AAEA,SAASF,gBAAgB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}