Skip to content

Commit c8b40fc

Browse files
authored
v10.8.7 (#444)
1 parent 53d6232 commit c8b40fc

380 files changed

Lines changed: 2903 additions & 2907 deletions

File tree

Some content is hidden

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

NEAISearchKit/NEAISearchKit/Classes/NEAISearchManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ open class NEAISearchManager: NSObject, XKitService, IMKitPluginService {
2424
public func setupInit() {
2525
XKit.instance().register(self)
2626
IMKitPluginManager.shared.registerPlugin(serviceName, self)
27+
ChatKitClient.shared.buryDataPoints("AISearchKit")
2728
}
2829

2930
// MARK: - IMKitPluginService
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" : "op_earpiece@2x.png",
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"filename" : "op_earpiece@3x.png",
14+
"idiom" : "universal",
15+
"scale" : "3x"
16+
}
17+
],
18+
"info" : {
19+
"author" : "xcode",
20+
"version" : 1
21+
}
22+
}
1.11 KB
1.68 KB

NECommonUIKit/NECommonUIKit/Assets/NECommonUI.xcassets/common/photo_btn.imageset/Contents.json renamed to NEChatUIKit/NEChatUIKit/Assets/NEBaseChatUIKit.xcassets/operation/op_speaker.imageset/Contents.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"scale" : "1x"
66
},
77
{
8-
"filename" : "photo_btn@2x.png",
8+
"filename" : "op_speaker@2x.png",
99
"idiom" : "universal",
1010
"scale" : "2x"
1111
},
1212
{
13-
"filename" : "photo_btn@3x.png",
13+
"filename" : "op_speaker@3x.png",
1414
"idiom" : "universal",
1515
"scale" : "3x"
1616
}
909 Bytes
1.27 KB
458 Bytes
578 Bytes
1.69 KB

0 commit comments

Comments
 (0)