|
@@ -47,7 +47,7 @@ struct TSSettingListView: View {
|
|
SettingListItemView(type: .agreement, publisher: publisher,rightView: EmptyView(), rightArrow: true)
|
|
SettingListItemView(type: .agreement, publisher: publisher,rightView: EmptyView(), rightArrow: true)
|
|
}.cornerRadius(16)
|
|
}.cornerRadius(16)
|
|
|
|
|
|
-//#if DEBUG
|
|
|
|
|
|
+#if DEBUG
|
|
Spacer().frame(height: spaceHeight)
|
|
Spacer().frame(height: spaceHeight)
|
|
VStack(spacing:0) {
|
|
VStack(spacing:0) {
|
|
SettingListItemView(type: .deleteAllData, publisher: publisher, rightView: EmptyView(), rightArrow: true)
|
|
SettingListItemView(type: .deleteAllData, publisher: publisher, rightView: EmptyView(), rightArrow: true)
|
|
@@ -55,7 +55,7 @@ struct TSSettingListView: View {
|
|
SettingListItemView(type: .videoTimesAdd, publisher: publisher,rightView: EmptyView(), rightArrow: true)
|
|
SettingListItemView(type: .videoTimesAdd, publisher: publisher,rightView: EmptyView(), rightArrow: true)
|
|
SettingListItemView(type: .videoTimesReduce, publisher: publisher,rightView: EmptyView(), rightArrow: true)
|
|
SettingListItemView(type: .videoTimesReduce, publisher: publisher,rightView: EmptyView(), rightArrow: true)
|
|
}.cornerRadius(16)
|
|
}.cornerRadius(16)
|
|
-//#endif
|
|
|
|
|
|
+#endif
|
|
Spacer()
|
|
Spacer()
|
|
|
|
|
|
}.padding(.horizontal)
|
|
}.padding(.horizontal)
|