From 23dd2d05dffafba0893698a88153b5030a54bec8 Mon Sep 17 00:00:00 2001 From: Argo-Tianyi Date: Tue, 4 Jan 2022 08:04:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20TaskEditor=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/TaskEditor.razor | 11 ++++++ .../Components/TaskEditor.razor.cs | 35 +++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 src/blazor/admin/BootstrapAdmin.Web/Components/TaskEditor.razor create mode 100644 src/blazor/admin/BootstrapAdmin.Web/Components/TaskEditor.razor.cs diff --git a/src/blazor/admin/BootstrapAdmin.Web/Components/TaskEditor.razor b/src/blazor/admin/BootstrapAdmin.Web/Components/TaskEditor.razor new file mode 100644 index 00000000..3ff1a8b4 --- /dev/null +++ b/src/blazor/admin/BootstrapAdmin.Web/Components/TaskEditor.razor @@ -0,0 +1,11 @@ +
+
+ +
+
+