Skip to content

Commit

Permalink
Update FeedbackView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Mar 21, 2024
1 parent 85545bd commit ec8cf7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MeowBili/Errors/FeedbackView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,9 @@ struct BannedTipView: View {
let banId = UIDevice.current.identifierForVendor?.uuidString ?? "nil"
#endif
Text(banId)
Text(UserDefaults.standard.string(forKey: "DedeUserId") ?? "Empty")
Text(UserDefaults.standard.string(forKey: "DedeUserID") ?? "Empty")
Text("加群248036605查看群公告以申请解封")
Text("注意!重装 App 并不会移除封禁且可能会导致识别 ID 更改,我们将无法为您解封")
}
}
}
Expand Down

0 comments on commit ec8cf7f

Please sign in to comment.