docs: 添加了几个图

This commit is contained in:
2023-11-29 13:38:34 +00:00
parent 0192ed248a
commit 2c079e0475
10 changed files with 834 additions and 4 deletions

17
frontend/Web/package.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "BookStoreWebUI",
"version": "0.0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "ZhuangYumin",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^4.18.2",
"socket.io": "^4.7.2"
}
}