diff --git a/frontend/genex-mobile/lib/core/updater/channels/self_hosted_updater.dart b/frontend/genex-mobile/lib/core/updater/channels/self_hosted_updater.dart index f7f663e..fb27e1e 100644 --- a/frontend/genex-mobile/lib/core/updater/channels/self_hosted_updater.dart +++ b/frontend/genex-mobile/lib/core/updater/channels/self_hosted_updater.dart @@ -7,7 +7,7 @@ import '../download_manager.dart'; import '../apk_installer.dart'; import '../app_market_detector.dart'; import '../models/version_info.dart'; -import '../../../telemetry/telemetry_service.dart'; +import '../../telemetry/telemetry_service.dart'; /// 自建服务器更新器 class SelfHostedUpdater {