From 2f05f5b4560aee29c9b4812e9096825b08361d14 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Thu, 24 Oct 2024 18:28:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/App.vue | 39 ++++++++++++++++++++++- web/src/components/TaskDialog.vue | 51 +++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 web/src/components/TaskDialog.vue diff --git a/web/src/App.vue b/web/src/App.vue index 54763a0..94d0b51 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -34,6 +34,23 @@