From b3bf427bba4c07197f0e91a883acd0866300fd76 Mon Sep 17 00:00:00 2001 From: Mark Chan <45706356+WindowsMEMZ@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:21:38 +0800 Subject: [PATCH] Update AboutView.swift --- DarockBili Watch App/Others/AboutView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/DarockBili Watch App/Others/AboutView.swift b/DarockBili Watch App/Others/AboutView.swift index 3ee688544..9c0186b74 100644 --- a/DarockBili Watch App/Others/AboutView.swift +++ b/DarockBili Watch App/Others/AboutView.swift @@ -27,6 +27,7 @@ struct AboutView: View { Text("编译时间: \(CodingTime.getCodingTime())") .onTapGesture(count: 9) { debug = true + tipWithText("You're now in Developer Mode", symbol: "hammer.circle.fill") } Text("遇到问题?在设置页面点击“反馈问题”进行反馈,感谢您的支持!") }