From 40a8157440e3b906da8f52e07d939d78c3f4c313 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 12 四月 2026 16:14:06 +0800
Subject: [PATCH] feat: 任务增加统计、同步增加通知
---
app/config.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/app/config.js b/app/config.js
index b122f66..90f3f3e 100644
--- a/app/config.js
+++ b/app/config.js
@@ -63,7 +63,9 @@
// 鍔熻兘寮�鍏�
features: {
- // 鏄惁鏄剧ず鎵ц浜衡�滃氨缁�濇寜閽�
- showAssigneeReadyButton: true
+ // 鏄惁鏄剧ず鎵ц浜�"灏辩华"鎸夐挳
+ showAssigneeReadyButton: true,
+ // 鏄惁鏄剧ず"寮哄埗瀹屾垚"鎸夐挳
+ showForceCompleteButton: true
}
}
--
Gitblit v1.9.1