Skip to content

Commit

Permalink
Merge pull request #5 from EOEFANS/master
Browse files Browse the repository at this point in the history
Master:现有代码为旧版本
  • Loading branch information
master1lan authored and GitHub Enterprise committed Feb 11, 2023
2 parents abe25bc + caae6f9 commit 5876ba4
Show file tree
Hide file tree
Showing 52 changed files with 1,468 additions and 837 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ node_modules
dist
dist-ssr
*.local
pnpm-lock.yaml

# Editor directories and files
.vscode/*
!.vscode/extensions.json
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="renderer" content="webkit" />
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<link rel="preconnect" href="https://s1.hdslb.com" crossorigin>
<link rel="dns-prefetch" href="https://s1.hdslb.com">
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"postinstall": "patch-package",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
Expand All @@ -22,13 +21,13 @@
"@reduxjs/toolkit": "^1.9.1",
"axios": "^1.2.3",
"dayjs": "^1.11.7",
"imagesloaded": "^5.0.0",
"intersection-observer": "^0.12.2",
"json-bigint": "^1.0.0",
"loading-attribute-polyfill": "^2.1.0",
"masonic": "^3.7.0",
"material-ui-popup-state": "^5.0.4",
"nanoid": "^4.0.0",
"normalize.css": "^8.0.1",
"patch-package": "^6.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-flip-toolkit": "^7.0.17",
Expand All @@ -40,8 +39,8 @@
},
"devDependencies": {
"@babel/core": ">=7.0.0 <8.0.0",
"@faker-js/faker": "^7.6.0",
"@types/imagesloaded": "^4.1.2",
"@types/json-bigint": "^1.0.1",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
Expand All @@ -52,7 +51,7 @@
"rollup-plugin-visualizer": "^5.9.0",
"terser": ">=5.4.0 <6.0.0",
"typescript": "^4.9.3",
"vite": "4.0.3",
"vite": "4.0.4",
"vite-plugin-compression": "^0.5.1"
}
}
}
Loading

0 comments on commit 5876ba4

Please sign in to comment.