diff --git a/.vscode/vscode-kanban.json b/.vscode/vscode-kanban.json new file mode 100644 index 0000000..3fac620 --- /dev/null +++ b/.vscode/vscode-kanban.json @@ -0,0 +1,16 @@ +{ + "todo": [ + { + "assignedTo": { + "name": "zhuangbo" + }, + "creation_time": "2023-04-09T05:41:24.931Z", + "id": "1", + "references": [], + "title": "需求分析" + } + ], + "in-progress": [], + "testing": [], + "done": [] +} \ No newline at end of file