20 lines
536 B
JSON
20 lines
536 B
JSON
{
|
|
"name": "test_project",
|
|
"created_at": "2025-02-25T10:30:00",
|
|
"last_modified": "2025-02-25T14:45:00",
|
|
"description": "这是一个测试项目",
|
|
"params": {
|
|
"param1": {
|
|
"name": "param1",
|
|
"created_at": "2025-02-25T11:00:00",
|
|
"description": "这是第一个参数配置",
|
|
"channels": {}
|
|
},
|
|
"param2": {
|
|
"name": "param2",
|
|
"created_at": "2025-02-25T13:30:00",
|
|
"description": "这是第二个参数配置",
|
|
"channels": {}
|
|
}
|
|
}
|
|
} |