From 42881879b85a348d9890499d4690eaf6539ca351 Mon Sep 17 00:00:00 2001 From: zhuangbo Date: Sun, 9 Apr 2023 13:41:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E4=BB=BB=E5=8A=A1=EF=BC=9A=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/vscode-kanban.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .vscode/vscode-kanban.json 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