From 6807d474e7116d31c62f91a7bcacb8f21d8101be Mon Sep 17 00:00:00 2001 From: D-Sketon <2055272094@qq.com> Date: Sun, 5 Jan 2025 11:53:07 +0800 Subject: [PATCH] chore: bump version --- assets/js/pjax_main.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/pjax_main.ts b/assets/js/pjax_main.ts index cd6c854..707f910 100644 --- a/assets/js/pjax_main.ts +++ b/assets/js/pjax_main.ts @@ -342,7 +342,7 @@ _$(".share-icon.icon-weixin") const { cover, description, title, author } = window.REIMU_POST; (_$("#share-weixin-banner") as HTMLImageElement).src = cover; _$("#share-weixin-title").innerText = title; - _$("#share-weixin-desc").innerText = description.replace(/\s/g, ""); + _$("#share-weixin-desc").innerText = description.replace(/\s/g, " "); _$("#share-weixin-author").innerText = "By: " + author; QRCode.toDataURL(window.REIMU_POST.url, function (error, dataUrl) { if (error) { diff --git a/package.json b/package.json index 36e599d..f7af9e2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.4.0", + "version": "0.5.0", "devDependencies": { "prettier": "3.4.2", "prettier-plugin-go-template": "^0.0.15"