fix: 打开放丢页面
This commit is contained in:
parent
ccf9a76de9
commit
9a907f6531
@ -58,7 +58,7 @@ class HIAntiLostView extends GetView<HIAntiLostController> {
|
|||||||
height: 124.w,
|
height: 124.w,
|
||||||
child: QrImageView(
|
child: QrImageView(
|
||||||
data:
|
data:
|
||||||
'https://github.com/hi-vpn/hi-client', // Replace with real URL
|
'https://github.com/HiFastVPN/HiFastVPN', // Replace with real URL
|
||||||
version: QrVersions.auto,
|
version: QrVersions.auto,
|
||||||
backgroundColor: Colors.transparent,
|
backgroundColor: Colors.transparent,
|
||||||
eyeStyle: QrEyeStyle(
|
eyeStyle: QrEyeStyle(
|
||||||
|
|||||||
@ -31,7 +31,7 @@ class HIAntiLostShareCard extends StatelessWidget {
|
|||||||
height: 108,
|
height: 108,
|
||||||
child: QrImageView(
|
child: QrImageView(
|
||||||
data:
|
data:
|
||||||
'https://github.com/hi-vpn/hi-client', // Replace with actual URL
|
'https://github.com/HiFastVPN/HiFastVPN', // Replace with actual URL
|
||||||
version: QrVersions.auto,
|
version: QrVersions.auto,
|
||||||
size: 108,
|
size: 108,
|
||||||
padding: EdgeInsets.zero,
|
padding: EdgeInsets.zero,
|
||||||
|
|||||||
@ -51,11 +51,11 @@ class HIMenuView extends GetView<HIMenuController> implements HasSwipeConfig {
|
|||||||
title: '邀请好友',
|
title: '邀请好友',
|
||||||
route: Routes.KR_INVITE,
|
route: Routes.KR_INVITE,
|
||||||
),
|
),
|
||||||
// const MenuItem(
|
const MenuItem(
|
||||||
// iconName: 'icon-6',
|
iconName: 'icon-6',
|
||||||
// title: '软件防丢',
|
title: '软件防丢',
|
||||||
// route: Routes.HI_ANTI_LOST,
|
route: Routes.HI_ANTI_LOST,
|
||||||
// ),
|
),
|
||||||
MenuItem(
|
MenuItem(
|
||||||
iconName: 'icon-5',
|
iconName: 'icon-5',
|
||||||
title: '在线客服',
|
title: '在线客服',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user