From ad5798f4d30bcfdb89e1db80439dc91d045ac294 Mon Sep 17 00:00:00 2001 From: William Chong Date: Thu, 31 Oct 2024 00:47:30 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E2=9C=A8=20Add=20arweave=20link=20DRM=20op?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/IscnRegisterForm.vue | 70 ++++++++++++++++++++++----------- components/IscnUploadForm.vue | 37 +++++++++++------ components/SameAsFieldList.vue | 21 ++++++++-- constant/api.ts | 2 +- locales/en.json | 2 + pages/new/index.vue | 9 ++++- pages/nft/iscn/_iscnId.vue | 2 +- utils/arweave/v2.ts | 13 ++++-- 8 files changed, 111 insertions(+), 45 deletions(-) diff --git a/components/IscnRegisterForm.vue b/components/IscnRegisterForm.vue index 5814e2d4..675d48c7 100644 --- a/components/IscnRegisterForm.vue +++ b/components/IscnRegisterForm.vue @@ -1,5 +1,5 @@