From 2a978638ce2f8b5860d2205d47cf3f29bed8859d Mon Sep 17 00:00:00 2001 From: kuangthree Date: Sun, 14 Jan 2024 22:31:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=B3=E7=BE=BD=E6=AD=A6?= =?UTF-8?q?=E5=9C=A3=E7=89=8C=E8=A7=86=E4=B8=BA=E6=97=A0=E8=8A=B1=E8=89=B2?= =?UTF-8?q?BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noname/library/element/vcard.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/noname/library/element/vcard.js b/noname/library/element/vcard.js index a0bc68e30..deca706e7 100644 --- a/noname/library/element/vcard.js +++ b/noname/library/element/vcard.js @@ -13,10 +13,6 @@ export class VCard { * @param { string } [nature] */ constructor(suitOrCard, numberOrCards, name, nature) { - if (suitOrCard instanceof VCard) { - const other = suitOrCard; - [suitOrCard, numberOrCards, name, nature] = other._args; - } if (Array.isArray(suitOrCard)) { /**