fix(mobile): fix telemetry import path in self_hosted_updater
../../../ → ../../ (channels/ → updater/ → core/, not lib/) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9519e29b8f
commit
d79b7cf500
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue