From 348fda3ed473a9de035b217147aed2418b423e38 Mon Sep 17 00:00:00 2001 From: GeJiaXiang <353358601@qq.com> Date: Tue, 16 Apr 2024 11:21:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=AB=98=E5=BE=B7xhj?= =?UTF-8?q?=E7=9A=84key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- star_lock/lib/flavors.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/star_lock/lib/flavors.dart b/star_lock/lib/flavors.dart index ac37d365..7d7930e4 100644 --- a/star_lock/lib/flavors.dart +++ b/star_lock/lib/flavors.dart @@ -132,10 +132,10 @@ class F { return const StarLockAMapKey( androidKey: 'fb0d2a3e4208b36452cf636aa025a24f', iosKey: '86ca725a12a629c280e116a317aaba19'); - // case Flavor.xhj: - // return const StarLockAMapKey( - // androidKey: 'todo', - // iosKey: 'todo'); + case Flavor.xhj: + return const StarLockAMapKey( + androidKey: '9dd8073a2e96870b206269bb562a887a', + iosKey: 'c70047e60ce704d945ea89d6c2763b82'); default: throw Exception('flavor[$name] aMapKey not found'); }