fix: 打开放丢页面

This commit is contained in:
2026-01-13 18:43:54 -08:00
parent ccf9a76de9
commit 9a907f6531
3 changed files with 7 additions and 7 deletions
@@ -58,7 +58,7 @@ class HIAntiLostView extends GetView<HIAntiLostController> {
height: 124.w,
child: QrImageView(
data:
'https://github.com/hi-vpn/hi-client', // Replace with real URL
'https://github.com/HiFastVPN/HiFastVPN', // Replace with real URL
version: QrVersions.auto,
backgroundColor: Colors.transparent,
eyeStyle: QrEyeStyle(
@@ -31,7 +31,7 @@ class HIAntiLostShareCard extends StatelessWidget {
height: 108,
child: QrImageView(
data:
'https://github.com/hi-vpn/hi-client', // Replace with actual URL
'https://github.com/HiFastVPN/HiFastVPN', // Replace with actual URL
version: QrVersions.auto,
size: 108,
padding: EdgeInsets.zero,