fix: 打开放丢页面
This commit is contained in:
parent
ccf9a76de9
commit
9a907f6531
@ -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,
|
||||
|
||||
@ -51,11 +51,11 @@ class HIMenuView extends GetView<HIMenuController> implements HasSwipeConfig {
|
||||
title: '邀请好友',
|
||||
route: Routes.KR_INVITE,
|
||||
),
|
||||
// const MenuItem(
|
||||
// iconName: 'icon-6',
|
||||
// title: '软件防丢',
|
||||
// route: Routes.HI_ANTI_LOST,
|
||||
// ),
|
||||
const MenuItem(
|
||||
iconName: 'icon-6',
|
||||
title: '软件防丢',
|
||||
route: Routes.HI_ANTI_LOST,
|
||||
),
|
||||
MenuItem(
|
||||
iconName: 'icon-5',
|
||||
title: '在线客服',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user