Add support for tvOS

This commit is contained in:
世界
2023-07-29 09:44:31 +08:00
parent 5a8f3a770f
commit bb0385f53c
63 changed files with 1542 additions and 389 deletions
@@ -95,7 +95,7 @@ public struct SettingView: View {
Section("Core") {
FormTextItem("Version", version)
FormTextItem("Data Size", dataSize)
#if os(iOS)
#if os(iOS) || os(tvOS)
NavigationLink(destination: ServiceLogView()) {
Text("View Service Log")
}