Commit 0e5d9456 authored by David黄金龙's avatar David黄金龙

iOS禁用深色模式

parent b483529e
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>UIAppFonts</key> <key>UIAppFonts</key>
<array> <array>
<string>DIN Alternate Bold</string> <string>DIN Alternate Bold</string>
...@@ -17,9 +19,6 @@ ...@@ -17,9 +19,6 @@
<string>photoLibraryDesciption</string> <string>photoLibraryDesciption</string>
<key>NSFileProviderDomainUsageDescription</key> <key>NSFileProviderDomainUsageDescription</key>
<string>需要访问您的文件以选择和上传</string> <string>需要访问您的文件以选择和上传</string>
<key>UIFileSharingEnabled</key> <key>UIFileSharingEnabled</key>
<true/> <true/>
<key>LSSupportsOpeningDocumentsInPlace</key> <key>LSSupportsOpeningDocumentsInPlace</key>
...@@ -79,9 +78,5 @@ ...@@ -79,9 +78,5 @@
<string>Default</string> <string>Default</string>
</dict> </dict>
</array> </array>
</dict> </dict>
</plist> </plist>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment