From 4328de21efc4607868f6f1e244c11b00acf4fa5b Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Fri, 13 Dec 2024 18:52:39 +0800 Subject: [PATCH] :bug: Bug fixes on locales and qrcode stuff --- assets/translations/zh-CN.json | 2 +- assets/translations/zh-HK.json | 2 +- assets/translations/zh-TW.json | 2 +- lib/widgets/post/post_item.dart | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/translations/zh-CN.json b/assets/translations/zh-CN.json index 2ba265b..a8f8a2b 100644 --- a/assets/translations/zh-CN.json +++ b/assets/translations/zh-CN.json @@ -437,7 +437,7 @@ "userUnblocked": "已解除屏蔽用户 {}", "userBlocked": "已屏蔽用户 {}", "postSharingViaPicture": "正在生成帖子截图,请稍等片刻……", - "postImageShareReadMore": "扫描坐车 QRCode 查看全文", + "postImageShareReadMore": "扫描右侧 QRCode 查看全文", "postImageShareAds": "来 Solar Network 探索更多有趣帖子", "postShare": "分享", "postShareImage": "分享帖图" diff --git a/assets/translations/zh-HK.json b/assets/translations/zh-HK.json index 28b3e5e..32cc1d2 100644 --- a/assets/translations/zh-HK.json +++ b/assets/translations/zh-HK.json @@ -437,7 +437,7 @@ "userUnblocked": "已解除屏蔽用户 {}", "userBlocked": "已屏蔽用户 {}", "postSharingViaPicture": "正在生成帖子截圖,請稍等片刻……", - "postImageShareReadMore": "掃描坐車 QRCode 查看全文", + "postImageShareReadMore": "掃描右側 QRCode 查看全文", "postImageShareAds": "來 Solar Network 探索更多有趣帖子", "postShare": "分享", "postShareImage": "分享帖圖" diff --git a/assets/translations/zh-TW.json b/assets/translations/zh-TW.json index 1f0a7bc..24ea2eb 100644 --- a/assets/translations/zh-TW.json +++ b/assets/translations/zh-TW.json @@ -437,7 +437,7 @@ "userUnblocked": "已解除遮蔽使用者 {}", "userBlocked": "已遮蔽使用者 {}", "postSharingViaPicture": "正在生成帖子截圖,請稍等片刻……", - "postImageShareReadMore": "掃描坐車 QRCode 檢視全文", + "postImageShareReadMore": "掃描右側 QRCode 檢視全文", "postImageShareAds": "來 Solar Network 探索更多有趣帖子", "postShare": "分享", "postShareImage": "分享帖圖" diff --git a/lib/widgets/post/post_item.dart b/lib/widgets/post/post_item.dart index 7b7f795..5d6d52d 100644 --- a/lib/widgets/post/post_item.dart +++ b/lib/widgets/post/post_item.dart @@ -370,7 +370,7 @@ class PostShareImageWidget extends StatelessWidget { gapless: true, embeddedImage: AssetImage('assets/icon/icon-light-radius.png'), embeddedImageStyle: QrEmbeddedImageStyle( - size: Size(24, 24), + size: Size(28, 28), ), eyeStyle: QrEyeStyle( eyeShape: QrEyeShape.square,