🎉 init: 小龙的工作空间
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"projectName": "UnknownApp",
|
||||
"chineseName": "通用应用",
|
||||
"domain": "generic",
|
||||
"summary": "一个用户定制的应用。",
|
||||
"features": [
|
||||
{ "name": "核心功能", "description": "产品核心功能模块", "priority": "P0" }
|
||||
],
|
||||
"pages": [
|
||||
{ "name": "首页", "route": "/home", "description": "应用首页" },
|
||||
{ "name": "我的", "route": "/profile", "description": "用户中心" }
|
||||
],
|
||||
"apiRequirements": [
|
||||
{ "method": "GET", "path": "/api/health", "description": "健康检查" },
|
||||
{ "method": "POST", "path": "/api/users", "description": "用户注册" }
|
||||
],
|
||||
"techConstraints": {
|
||||
"platforms": ["web"],
|
||||
"recommendedStack": "任意",
|
||||
"considerations": []
|
||||
},
|
||||
"extraFeatures": [],
|
||||
"meta": {}
|
||||
}
|
||||
Reference in New Issue
Block a user