Skip to content

Commit 8212878

Browse files
zsw666张诗文
andauthored
v10.8.0 (#433)
Co-authored-by: 张诗文 <[email protected]>
1 parent 5c5782c commit 8212878

File tree

111 files changed

+1943
-380
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+1943
-380
lines changed

IMUIKitOC/IMUIKitOCExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target 'IMUIKitOCExample' do
1515
# 基础库
1616
pod 'NEChatKit', YXConfig.imuikit_version
1717

18-
# UI 组件,YXConfig.imuikit_version = 10.6.1
18+
# UI 组件
1919
# pod 'NEChatUIKit', YXConfig.imuikit_version # 会话(聊天)组件
2020
# pod 'NEContactUIKit', YXConfig.imuikit_version # 通讯录组件
2121
# pod 'NEConversationUIKit', YXConfig.imuikit_version # (云端)会话列表组件, 与本地会话组件二者选其一

NEAISearchKit/NEAISearchKit/Classes/AIWordSearch/NEAIWordSearchModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ open class NEAIWordSearchModel: NSObject {
1010

1111
init(_ content: NSAttributedString?) {
1212
self.content = content
13-
let textSize = NSAttributedString.getRealSize(content, textFont, textMaxSize)
13+
let textSize = NSAttributedString.getRealLabelSize(content, textFont, textMaxSize)
1414
height = ceil(textSize.height)
1515
}
1616
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"filename" : "[email protected]",
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"filename" : "[email protected]",
14+
"idiom" : "universal",
15+
"scale" : "3x"
16+
}
17+
],
18+
"info" : {
19+
"author" : "xcode",
20+
"version" : 1
21+
}
22+
}
1.78 KB
Loading
2.64 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"filename" : "[email protected]",
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"filename" : "[email protected]",
14+
"idiom" : "universal",
15+
"scale" : "3x"
16+
}
17+
],
18+
"info" : {
19+
"author" : "xcode",
20+
"version" : 1
21+
}
22+
}
1.4 KB
Loading
2.03 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"filename" : "[email protected]",
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"filename" : "[email protected]",
14+
"idiom" : "universal",
15+
"scale" : "3x"
16+
}
17+
],
18+
"info" : {
19+
"author" : "xcode",
20+
"version" : 1
21+
}
22+
}
1.56 KB
Loading

0 commit comments

Comments
 (0)