From 894d0a4722e4517dab519772f1acfd4fcdb3c25c Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Sun, 8 Jun 2025 21:34:13 +0900 Subject: [PATCH 1/2] Add missing space --- data/sharing.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/sharing.json b/data/sharing.json index efd96e9..573199f 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -52,8 +52,8 @@ "line": { "icon": "line", "title": "sharing.line", - "url": "https://line.me/R/share?text=%s%s" - }, + "url": "https://line.me/R/share?text=%s%%20%s" +}, "weibo": { "icon": "weibo", "title": "sharing.weibo", From 6db5c3c3a3c48b5a6b16b004d213de4f129d32b7 Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Sun, 8 Jun 2025 21:50:19 +0900 Subject: [PATCH 2/2] Undo indent change --- data/sharing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sharing.json b/data/sharing.json index 573199f..c209373 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -53,7 +53,7 @@ "icon": "line", "title": "sharing.line", "url": "https://line.me/R/share?text=%s%%20%s" -}, + }, "weibo": { "icon": "weibo", "title": "sharing.weibo",