From 43008f1240d6568a3364721bb01fc7e31b33d147 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 24 十二月 2023 23:39:51 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/templates/zshare/formconfig.jsx |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx
index 16eda0b..c306270 100644
--- a/src/templates/zshare/formconfig.jsx
+++ b/src/templates/zshare/formconfig.jsx
@@ -2331,6 +2331,23 @@
     },
     {
       type: 'radio',
+      key: 'mkfocus',
+      label: '鑱氱劍鏃�',
+      initVal: card.mkfocus || 'def',
+      options: [{
+        value: 'def',
+        text: '榛樿'
+      }, {
+        value: 'check',
+        text: '鍏ㄩ��'
+      }, {
+        value: 'clear',
+        text: '娓呯┖'
+      }],
+      forbid: appType !== 'mob'
+    },
+    {
+      type: 'radio',
       key: 'sendType',
       label: '鍙戦�佹柟寮�',
       initVal: card.sendType || 'local',
@@ -2535,7 +2552,7 @@
       key: 'enter',
       label: '鍥炶溅浜嬩欢',
       initVal: (card.type === 'text' || card.type === 'number') ? (card.enter || 'sub') : (card.enter || 'false'),
-      tooltip: '鐐瑰嚮Enter閿紝鎴栨枃鏈被琛ㄥ崟杈撳叆鍥炶溅绗︺��',
+      tooltip: '1銆佺偣鍑籈nter閿垨鏂囨湰绫昏〃鍗曡緭鍏ュ洖杞︾锛�2銆佷笅鎷夐�夋嫨鎴栧紑鍏崇殑閫夐」鍒囨崲銆�',
       options: [{
         value: 'sub',
         text: '鎻愪氦'

--
Gitblit v1.8.0