From a5e7d4cc1142fb36b22b0e655bca8e3d1a0598d3 Mon Sep 17 00:00:00 2001 From: weibaohui Date: Thu, 9 Jan 2025 09:40:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(input):=20=E6=B7=BB=E5=8A=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E4=BC=A0=E6=94=AF=E6=8C=81=E6=8B=96=E6=8B=BD?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/pages/apply/apply.json | 6 +++--- assets/pages/ns/configmap.json | 3 ++- assets/pages/ns/pod.json | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/assets/pages/apply/apply.json b/assets/pages/apply/apply.json index e85d7748..51163248 100644 --- a/assets/pages/apply/apply.json +++ b/assets/pages/apply/apply.json @@ -27,7 +27,8 @@ "type": "input-file", "name": "file", "accept": "*", - "asBlob": true + "asBlob": true, + "drag": true }, { "type": "input-text", @@ -114,5 +115,4 @@ ] } ] -} - +} \ No newline at end of file diff --git a/assets/pages/ns/configmap.json b/assets/pages/ns/configmap.json index 639080fd..ea5de52b 100644 --- a/assets/pages/ns/configmap.json +++ b/assets/pages/ns/configmap.json @@ -624,7 +624,8 @@ "type": "input-file", "name": "file", "accept": "*", - "asBlob": true + "asBlob": true, + "drag": true }, { "type": "input-text", diff --git a/assets/pages/ns/pod.json b/assets/pages/ns/pod.json index 3eb44dfd..c175d40e 100644 --- a/assets/pages/ns/pod.json +++ b/assets/pages/ns/pod.json @@ -821,7 +821,8 @@ "type": "input-file", "name": "file", "accept": "*", - "asBlob": true + "asBlob": true, + "drag": true }, { "type": "input-text",