feat: 更新素材管理和举报风险地图

This commit is contained in:
2026-07-09 12:20:02 +08:00
parent 9b92d81902
commit 42aca73588
42 changed files with 6164 additions and 1369 deletions

View File

@ -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/")!
}