This commit is contained in:
rsgltzyd 2024-12-10 23:46:41 +08:00
commit 8d8937e2ff
3 changed files with 11 additions and 1 deletions

10
db.json Normal file
View File

@ -0,0 +1,10 @@
{
"users": [
{
"id": 1,
"username": "test",
"password": "test",
"token": "123456"
}
]
}

View File

@ -25,7 +25,7 @@
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"prettier": "^3.2.5",
"vite": "^5.3.1",
"vite": "5.4.6",
"vite-plugin-vue-devtools": "^7.3.1"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB