Files
ai-course/node_modules/.cache/babel-loader/08afab84c1e3d8e2f11e9b9e1344bd67ac1b4ec7f1279669731efa3f900d7ada.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":"const focusableElements = new Set([\"BUTTON\", \"INPUT\", \"SELECT\", \"TEXTAREA\", \"A\"]);\nfunction isElementKeyboardAccessible(element) {\n return focusableElements.has(element.tagName) || element.tabIndex !== -1;\n}\nexport { isElementKeyboardAccessible };","map":{"version":3,"names":["focusableElements","Set","isElementKeyboardAccessible","element","has","tagName","tabIndex"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.mjs"],"sourcesContent":["const focusableElements = new Set([\n \"BUTTON\",\n \"INPUT\",\n \"SELECT\",\n \"TEXTAREA\",\n \"A\",\n]);\nfunction isElementKeyboardAccessible(element) {\n return (focusableElements.has(element.tagName) ||\n element.tabIndex !== -1);\n}\n\nexport { isElementKeyboardAccessible };\n"],"mappings":"AAAA,MAAMA,iBAAiB,GAAG,IAAIC,GAAG,CAAC,CAC9B,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,UAAU,EACV,GAAG,CACN,CAAC;AACF,SAASC,2BAA2BA,CAACC,OAAO,EAAE;EAC1C,OAAQH,iBAAiB,CAACI,GAAG,CAACD,OAAO,CAACE,OAAO,CAAC,IAC1CF,OAAO,CAACG,QAAQ,KAAK,CAAC,CAAC;AAC/B;AAEA,SAASJ,2BAA2B","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}