fix: 打开放丢页面

This commit is contained in:
speakeloudest 2026-01-13 18:43:54 -08:00
parent ccf9a76de9
commit 9a907f6531
3 changed files with 7 additions and 7 deletions

View File

@ -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(

View File

@ -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,

View File

@ -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: '在线客服',