init repo

This commit is contained in:
2026-04-25 19:25:12 +08:00
commit ab7105cd0d
6 changed files with 122 additions and 0 deletions

28
.project.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "法考刷题系统",
"description": "56128客观题+1542主观题入库",
"status": "done",
"kind": "app",
"created": "2026-02-26",
"ports": [
{
"port": 5173,
"label": "dev",
"fixed": true
}
],
"stack": [
"Vite"
],
"urls": [
{
"url": "http://localhost:5173",
"type": "app",
"label": "local"
}
],
"worklog": {
"path": ".memory/worklog.json",
"auto": true
}
}