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

View File

@ -0,0 +1,15 @@
{
"name": "bookstoreclient",
"version": "1.0.0",
"description": "Book Store Client",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"author": "ZhuangYumin",
"license": "ISC",
"dependencies": {
"electron": "^27.1.2"
}
}