From 0a14b26a7d7f838603ef5f0b4a7501941b37aa4f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 18 十二月 2023 18:13:37 +0800 Subject: [PATCH] 2023-12-18 --- src/templates/zshare/formconfig.jsx | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index cf8f7f5..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', -- Gitblit v1.8.0