feat: 更新素材管理和举报风险地图
This commit is contained in:
@ -7,6 +7,11 @@ import Foundation
|
||||
|
||||
/// App 协议与隐私政策链接,对齐 Android `AgreementRoutes`。
|
||||
enum AppAgreementURLs {
|
||||
/// 关于我们 H5 地址。
|
||||
nonisolated static var aboutUs: URL {
|
||||
APIEnvironment.current.baseURL.appending(path: "h5/app/about-us")
|
||||
}
|
||||
|
||||
/// 隐私政策 H5 地址。
|
||||
nonisolated static var privacyPolicy: URL {
|
||||
APIEnvironment.current.baseURL.appending(path: "h5/app/privacy-policy")
|
||||
@ -17,6 +22,11 @@ enum AppAgreementURLs {
|
||||
APIEnvironment.current.baseURL.appending(path: "h5/app/user-agreement")
|
||||
}
|
||||
|
||||
/// App 下载 H5 地址。
|
||||
nonisolated static var appDownload: URL {
|
||||
APIEnvironment.current.baseURL.appending(path: "h5/app/download")
|
||||
}
|
||||
|
||||
/// 高德地图开放平台隐私权政策。
|
||||
nonisolated static let amapPrivacyPolicy = URL(string: "https://lbs.amap.com/pages/privacy/")!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user