fix:修改图标和其他
This commit is contained in:
61
nativeplugins/RongCloud-IM-V2/ios/RCConfig.plist
Normal file
61
nativeplugins/RongCloud-IM-V2/ios/RCConfig.plist
Normal file
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Location</key>
|
||||
<dict>
|
||||
<key>LocationImageQuality</key>
|
||||
<real>0.7</real>
|
||||
<key>LocationImageWidth</key>
|
||||
<string>480</string>
|
||||
<key>LocationImageHeight</key>
|
||||
<string>240</string>
|
||||
</dict>
|
||||
<key>File</key>
|
||||
<dict>
|
||||
<key>RelativePath</key>
|
||||
<string>Documents/MyFile</string>
|
||||
<key>MaxRangeUnit</key>
|
||||
<real>1048576</real>
|
||||
</dict>
|
||||
<key>Voice</key>
|
||||
<dict>
|
||||
<key>AudioEncodingBitRate</key>
|
||||
<real>7950</real>
|
||||
</dict>
|
||||
<key>Image</key>
|
||||
<dict>
|
||||
<key>ThumbnailQuality</key>
|
||||
<string>0.3</string>
|
||||
<key>ThumbnailMaxSize</key>
|
||||
<string>240</string>
|
||||
<key>ThumbnailMinSize</key>
|
||||
<string>100</string>
|
||||
<key>ImageQuality</key>
|
||||
<real>0.85</real>
|
||||
<key>ImageWidth</key>
|
||||
<integer>1080</integer>
|
||||
<key>ImageHeight</key>
|
||||
<integer>1080</integer>
|
||||
</dict>
|
||||
<key>CustomerService</key>
|
||||
<dict>
|
||||
<key>SuspendWhenLeave</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>Download</key>
|
||||
<dict>
|
||||
<key>DownloadSliceSize</key>
|
||||
<real>20971520</real>
|
||||
</dict>
|
||||
<key>Sight</key>
|
||||
<dict>
|
||||
<key>SightCompressWidth</key>
|
||||
<integer>540</integer>
|
||||
<key>SightCompressHeight</key>
|
||||
<integer>960</integer>
|
||||
</dict>
|
||||
<key>HeartBeatInterval</key>
|
||||
<integer>15</integer>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user