Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Jan 5, 2025
1 parent 6a9444a commit 6807d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/pjax_main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.5.0",
"devDependencies": {
"prettier": "3.4.2",
"prettier-plugin-go-template": "^0.0.15"
Expand Down

0 comments on commit 6807d47

Please sign in to comment.