Files
suixinkan_ios_new/suixinkan/App/AMapConfig.swift
汉秋 560b52fcc8 接入首页位置上报与在线倒计时,并优化上报交互体验。
持久化服务端 expired 过期时间戳以正确恢复倒计时,切换在线/离线与上报时展示定位 Loading,移除重复的成功 Alert,并将 Toast 调整为居中半透明样式。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 15:59:59 +08:00

14 lines
330 B
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// AMapConfig.swift
// suixinkan
//
// Key iOS Key apiKey
//
import Foundation
enum AMapConfig {
/// Key Android 线 iOS Key
static let apiKey = "79e82527e55a4927992f79efe93c112b"
}