feat(server): 添加 GM 操作台物品发送功能

- 在 server 端添加了 /item/send 接口,用于发送物品到指定角色
- 在前端 HomeView 中增加了 GM 操作台功能,可以选定玩家角色名、物品和数量进行发送
- 引入了 body-parser 中间件用于解析请求体
- 优化了表单布局,增加了表单验证
This commit is contained in:
2025-04-24 19:27:10 +08:00
parent 26bd2029e7
commit 09302848c9
4 changed files with 57 additions and 26 deletions

View File

@@ -15,6 +15,7 @@
"license": "ISC",
"dependencies": {
"axios": "^1.8.4",
"body-parser": "^2.2.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"mysql": "^2.18.1",