Skip to content

Commit

Permalink
Merge pull request #86 from Darock-Studio/fix/user-tip
Browse files Browse the repository at this point in the history
Add user net tip in main view
  • Loading branch information
WindowsMEMZ authored Jan 21, 2024
2 parents 2787603 + 8ce0d0e commit 496e16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DarockBili Watch App/InMain/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ struct MainView: View {
} label: {
Label("加载失败,点击重试", systemImage: "wifi.exclamationmark")
}
Text("您似乎未连接到网络。如果您的iPhone在附近,请在iPhone的\(Text("设置").bold())中关闭WiFi和蓝牙。")
} else {
ProgressView()
}
Expand Down

0 comments on commit 496e16b

Please sign in to comment.