25 lines
755 B
JSON
25 lines
755 B
JSON
{
|
|
"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": {}
|
|
}
|