This commit is contained in:
2025-04-29 18:08:15 +08:00
commit e1e232a2f5
6 changed files with 221 additions and 0 deletions

6
package.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "@kevisual/social-xhs-api-server",
"scripts": {
"start": "node index.js"
}
}