- 将所有图片路径从绝对路径改为使用 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>
42 lines
663 B
JSON
42 lines
663 B
JSON
{
|
|
"name": "temp-dir",
|
|
"version": "2.0.0",
|
|
"description": "Get the real path of the system temp directory",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/temp-dir",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"keywords": [
|
|
"temp",
|
|
"tmpdir",
|
|
"os",
|
|
"system",
|
|
"real",
|
|
"path",
|
|
"realpath",
|
|
"resolved",
|
|
"temporary",
|
|
"directory",
|
|
"folder"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"proxyquire": "^2.1.0",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
}
|
|
}
|