init repo

This commit is contained in:
2026-04-25 21:50:03 +08:00
commit ada92373c2
124 changed files with 5292 additions and 0 deletions

24
.project.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "店小秘自动采购",
"description": "AI 自动采购全流程(数据采集+cron+自动下单)",
"status": "active",
"kind": "app",
"created": "2026-03-24",
"stack": [
"Node.js",
"Playwright",
"Python"
],
"urls": [
{
"url": "https://www.dianxiaomi.com",
"type": "app",
"label": "www.dianxiaomi.com"
}
],
"worklog": {
"path": ".memory/worklog.json",
"auto": true
},
"ports": []
}