Skip to content

Commit 4e15590

Browse files
author
ex-hezhihu870
committed
下载链接长按显示二维码
1 parent 820a029 commit 4e15590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/page/detail/view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class DetailPage extends StatelessWidget {
239239
height: 120,
240240
color: Colors.white,
241241
child: QrImageView(
242-
data: url!,
242+
data: "https://ghgo.xyz/${url ?? ""}",
243243
version: QrVersions.auto,
244244
size: 120,
245245
embeddedImage:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.9+1
19+
version: 1.0.10+1
2020

2121
environment:
2222
sdk: ^3.5.3

0 commit comments

Comments
 (0)