diff --git a/DarockBili Watch App/Others/AboutView.swift b/DarockBili Watch App/Others/AboutView.swift index c6d8a2e87..ed67bd417 100644 --- a/DarockBili Watch App/Others/AboutView.swift +++ b/DarockBili Watch App/Others/AboutView.swift @@ -28,6 +28,7 @@ struct AboutView: View { NavigationLink("", isActive: $isUiTestViewPresented, destination: {DebugUITestView()}) .frame(width: 0, height: 0) Text("喵哩喵哩 v\(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as! String) Build \(Bundle.main.infoDictionary?["CFBundleVersion"] as! String)") + .accessibilityIdentifier("DebugUITestButton10") .onTapGesture(count: 10) { isUiTestViewPresented = true }