From 88744309385afda6f4b61d50546d48d5dfe39e70 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Mon, 2 Sep 2024 16:42:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyDrpy.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyDrpy.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SrcJyDrpy.js b/SrcJyDrpy.js index 3998dcd7..cfd1b9a8 100644 --- a/SrcJyDrpy.js +++ b/SrcJyDrpy.js @@ -195,7 +195,8 @@ function createNewDrpy(sdata) { try{ drpy.init(sdata.ext); }catch(e){ - del(sdata.key); + //del(sdata.key); + clear(); } return drpy; }