feat: new projiect

This commit is contained in:
Daniel
2026-03-07 19:13:49 +08:00
commit ea760bb71c
27 changed files with 5866 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "720yun-offline",
"version": "1.0.0",
"description": "全景查看器,使用 image/ 六面图本地部署,支持统计与弹幕",
"scripts": {
"start": "node server.js",
"build": "node build.js",
"preview": "npm run build && node server.js dist"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"better-sqlite3": "^11.6.0",
"express": "^4.21.0"
}
}