init: 狐蒂云活动监控项目初始化

This commit is contained in:
ikmkj
2026-03-18 12:16:18 +08:00
commit b0afdbd9a0
20 changed files with 16147 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "hdy-activity-monitor",
"version": "1.0.0",
"description": "狐蒂云活动监控页面",
"main": "monitor-server.js",
"scripts": {
"start": "node monitor-server.js"
},
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5"
}
}