- 将所有图片路径从绝对路径改为使用 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>
39 lines
762 B
JSON
39 lines
762 B
JSON
{
|
|
"name": "postcss-media-minmax",
|
|
"version": "5.0.0",
|
|
"description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
|
|
"scripts": {
|
|
"test": "tape test",
|
|
"release": "npmpub"
|
|
},
|
|
"repository": "https://github.com/postcss/postcss-media-minmax.git",
|
|
"keywords": [
|
|
"css",
|
|
"css3",
|
|
"postcss",
|
|
"postcss-plugin",
|
|
"media querie",
|
|
"media queries"
|
|
],
|
|
"author": "yisi",
|
|
"license": "MIT",
|
|
"files": [
|
|
"CHANGELOG.md",
|
|
"README.md",
|
|
"README-zh.md",
|
|
"LICENSE",
|
|
"index.js"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"npmpub": "^4.1.0",
|
|
"postcss": "^8.1.0",
|
|
"tape": "^4.9.1"
|
|
}
|
|
}
|