This commit is contained in:
linshujie 2026-08-14 18:24:57 +08:00
parent e8016e5299
commit 544f0c009c
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ class PrivacyPolicyVC: BaseViewController {
private let list: [PrivacyPolicyItem] = [
PrivacyPolicyItem(name: "用户协议", destination: .web(URLManager.shared.userAgreementUrl)),
PrivacyPolicyItem(name: "隐私政策", destination: .web(URLManager.shared.privacyPolicyUrl)),
PrivacyPolicyItem(name: "儿童隐私政策", destination: .web(URLManager.shared.kidsPrivacyUrl)),
PrivacyPolicyItem(name: "应用配对库", destination: .appRestrict)
PrivacyPolicyItem(name: "儿童隐私政策", destination: .web(URLManager.shared.kidsPrivacyUrl))
// PrivacyPolicyItem(name: "", destination: .appRestrict)
]
override func viewDidLoad() {