first commit

This commit is contained in:
ytc1012
2026-02-04 16:11:55 +08:00
commit 0f3ee050dc
165 changed files with 25795 additions and 0 deletions

13
MeetSpot/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "meetspot",
"version": "1.0.0",
"description": "MeetSpot智能会面点推荐系统",
"main": "web_server.py",
"scripts": {
"dev": "python web_server.py",
"start": "python web_server.py"
},
"engines": {
"python": "3.11"
}
}