From 6676a35122fd9c97d1b1679c211bc8a9b97f08f2 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期二, 24 三月 2026 23:17:37 +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