Skip to content

Commit

Permalink
Update AboutView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Nov 15, 2023
1 parent 9a22dc5 commit ce95fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DarockBili Watch App/Others/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct AboutView: View {
.bold()
}
.onAppear {
DarockKit.Network.shared.requestString("https://api.darock.top/bili/verify/list") { isSuccess, respStr in
DarockKit.Network.shared.requestString("https://api.darock.top/bili/verify/list") { respStr, isSuccess in
if isSuccess {
if respStr.contains(verSign) {
signVerifyStatus = "OK"
Expand Down

0 comments on commit ce95fc6

Please sign in to comment.