diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/BookTime.iml b/.idea/BookTime.iml new file mode 100644 index 0000000..74121dc --- /dev/null +++ b/.idea/BookTime.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..cd2440e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/BookTime.xml b/.idea/runConfigurations/BookTime.xml new file mode 100644 index 0000000..8f93586 --- /dev/null +++ b/.idea/runConfigurations/BookTime.xml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/xcode.xml b/.idea/xcode.xml new file mode 100644 index 0000000..87f9f54 --- /dev/null +++ b/.idea/xcode.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/BookTime.xcodeproj/xcuserdata/liurui.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/BookTime.xcodeproj/xcuserdata/liurui.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index eb2302f..abb7a4d 100644 --- a/BookTime.xcodeproj/xcuserdata/liurui.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/BookTime.xcodeproj/xcuserdata/liurui.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -34,6 +34,38 @@ endingLineNumber = "461" landmarkName = "body" landmarkType = "24"> + + + + + + + + + + @@ -98,6 +160,38 @@ endingLineNumber = "95" landmarkName = "body" landmarkType = "24"> + + + + + + some View { + if #available(iOSApplicationExtension 17.0, *) { + return containerBackground(for: .widget) { + backgroundView + } + } else { + return background(backgroundView).padding(15) + } + } +}