fix:优化代码

This commit is contained in:
Daniel
2026-03-07 23:35:08 +08:00
parent 382aa955ef
commit c3d219efc1
9 changed files with 179 additions and 158 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "720yun-offline-api",
"version": "1.0.0",
"description": "全景查看器后端 API可单独部署",
"description": "全景查看器后端 API可单独部署(纯 JS无原生依赖",
"main": "server.js",
"scripts": {
"start": "node index.js"
@@ -10,7 +10,6 @@
"node": ">=14"
},
"dependencies": {
"better-sqlite3": "^11.6.0",
"express": "^4.21.0"
}
}