From 92e6369868a80c8922274c76fc24f28de1d5a92d Mon Sep 17 00:00:00 2001 From: William Chong <6198816+williamchong@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:50:15 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20publisher=20and=20datePublish?= =?UTF-8?q?ed=20support=20(#496)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ Add publisher and datePublished support * 🔥 Remove unused console.log --- components/IscnRegisterForm.vue | 22 ++++++++++++++++++++++ locales/en.json | 3 +++ utils/cosmos/iscn/iscn.type.ts | 1 + utils/cosmos/iscn/sign.ts | 1 + 4 files changed, 27 insertions(+) diff --git a/components/IscnRegisterForm.vue b/components/IscnRegisterForm.vue index 29801b9d..5814e2d4 100644 --- a/components/IscnRegisterForm.vue +++ b/components/IscnRegisterForm.vue @@ -330,6 +330,24 @@ :placeholder="$t('IscnRegisterForm.placeholder.isbn')" /> + + + + + +