From 09d435771992d98ec545535d1d175d1ff2e7ee04 Mon Sep 17 00:00:00 2001 From: 1708-huayu <57060237+1708-huayu@users.noreply.github.com> Date: Thu, 7 Aug 2025 19:27:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:1.=E6=A0=B9=E6=8D=AE=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E5=B1=95=E7=A4=BA2.=E8=AE=BE=E7=BD=AE=E4=B8=BB=E7=BA=BF?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ShareOption.tsx | 2 +- src/components/TaskRemind.module.css | 3 + src/components/TaskRemindComponent.tsx | 169 + src/components/TeamMember.tsx | 82 +- src/components/constant/remindSelect.json | 4121 +++++++++++++++++ src/components/service/Share.tsx | 9 + src/lib/definitions.ts | 3 +- src/ui/task/OperationButton.tsx | 8 +- src/ui/task/RightOption.tsx | 8 +- src/ui/task/TitleOperation.tsx | 58 +- src/ui/task/drag/DroppableTable.tsx | 3 +- src/ui/task/drag/TreeTable.tsx | 4 +- src/ui/task/four/TreeTable.tsx | 4 +- .../task/project/DetailModelForm.module.css | 2 +- src/ui/task/project/DetailModelForm.tsx | 181 +- src/ui/task/project/TreeTablePro.tsx | 4 +- 16 files changed, 4556 insertions(+), 105 deletions(-) create mode 100644 src/components/TaskRemind.module.css create mode 100644 src/components/TaskRemindComponent.tsx create mode 100644 src/components/constant/remindSelect.json diff --git a/src/components/ShareOption.tsx b/src/components/ShareOption.tsx index 01a5e7e..1ebef67 100644 --- a/src/components/ShareOption.tsx +++ b/src/components/ShareOption.tsx @@ -107,7 +107,7 @@ const ShareOption = (props: { taskId: string }) => { onClick={() => doDownload("/static/pc-Web.png", '微信小程序马上行计划管理.png')}>下载