From d384d922b294a210f9066a9ce2de0aa6c2898945 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 05 三月 2025 15:19:23 +0800 Subject: [PATCH] 2025-03-05 --- src/templates/zshare/verifycard/baseform/index.jsx | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/templates/zshare/verifycard/baseform/index.jsx b/src/templates/zshare/verifycard/baseform/index.jsx index cbfc412..5b72732 100644 --- a/src/templates/zshare/verifycard/baseform/index.jsx +++ b/src/templates/zshare/verifycard/baseform/index.jsx @@ -467,6 +467,20 @@ <Col span={24}></Col> <Col span={8}> <Form.Item label={ + <Tooltip placement="bottomLeft" title="鎸夐挳鎵ц瀹屾垚鍚庢墦寮�DeepSeek锛岃鏁寸悊濂介渶瑕佹彁闂殑璇彞銆�"> + <QuestionCircleOutlined className="mk-form-tip" /> + DeekSeek + </Tooltip> + }> + <Radio.Group value={verify.DeepSeekable} onChange={(e) => {this.onOptionChange(e.target.value, 'DeepSeekable')}}> + <Radio value="true">寮�鍚�</Radio> + <Radio value="false">涓嶅紑鍚�</Radio> + </Radio.Group> + </Form.Item> + </Col> + <Col span={24}></Col> + <Col span={8}> + <Form.Item label={ <Tooltip placement="bottomLeft" title={'閫夋嫨鍙戦�佺煭淇℃椂锛岄渶瀹屽杽鐭俊璁剧疆銆�'}> <QuestionCircleOutlined className="mk-form-tip" /> 鍙戦�佺煭淇� -- Gitblit v1.8.0