- IM聊天页面

- 文本消息
- 表情消息
- 表情选择面板
This commit is contained in:
linshujie 2026-06-05 18:15:36 +08:00
parent a2e352aaf0
commit a2bde6e470
229 changed files with 1343 additions and 283 deletions

View File

@ -156,25 +156,6 @@
305A77212FCA8C7000227D26 /* pmzd.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 305A75362FCA8C7000227D26 /* pmzd.ttf */; };
305A77222FCA8C7000227D26 /* YouSheBiaoTiHei.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 305A75372FCA8C7000227D26 /* YouSheBiaoTiHei.ttf */; };
305A77232FCA8C7000227D26 /* zihunbiantaoti-r.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 305A75382FCA8C7000227D26 /* zihunbiantaoti-r.ttf */; };
305A77E62FCA8C7000227D26 /* dialog_buy_vip_3.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A76052FCA8C7000227D26 /* dialog_buy_vip_3.json */; };
305A77E72FCA8C7000227D26 /* dialog_first_register_tip.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A76062FCA8C7000227D26 /* dialog_first_register_tip.json */; };
305A77E82FCA8C7000227D26 /* dialog_phone_search.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A76072FCA8C7000227D26 /* dialog_phone_search.json */; };
305A77E92FCA8C7000227D26 /* dialog_register_tip.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A76082FCA8C7000227D26 /* dialog_register_tip.json */; };
305A77EA2FCA8C7000227D26 /* dialog_register_tip1_1.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A76092FCA8C7000227D26 /* dialog_register_tip1_1.json */; };
305A77EB2FCA8C7000227D26 /* dialog_register_tip1_2.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A760A2FCA8C7000227D26 /* dialog_register_tip1_2.json */; };
305A77EC2FCA8C7000227D26 /* dialog_register_tip2.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A760B2FCA8C7000227D26 /* dialog_register_tip2.json */; };
305A77ED2FCA8C7000227D26 /* dialog_search_earth.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A760C2FCA8C7000227D26 /* dialog_search_earth.json */; };
305A77EE2FCA8C7000227D26 /* dialog_search_girl.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A760D2FCA8C7000227D26 /* dialog_search_girl.json */; };
305A77EF2FCA8C7000227D26 /* home_search.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A760E2FCA8C7000227D26 /* home_search.json */; };
305A77F02FCA8C7000227D26 /* message_voice_play.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A760F2FCA8C7000227D26 /* message_voice_play.json */; };
305A77F12FCA8C7000227D26 /* phone_search_fail.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A76102FCA8C7000227D26 /* phone_search_fail.json */; };
305A77F22FCA8C7000227D26 /* phone_search_fireworks.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A76112FCA8C7000227D26 /* phone_search_fireworks.json */; };
305A77F32FCA8C7000227D26 /* phone_search_home.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A76122FCA8C7000227D26 /* phone_search_home.json */; };
305A77F42FCA8C7000227D26 /* phone_search_interlude.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A76132FCA8C7000227D26 /* phone_search_interlude.json */; };
305A77F52FCA8C7000227D26 /* phone_search_no_vip.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A76142FCA8C7000227D26 /* phone_search_no_vip.json */; };
305A77F62FCA8C7000227D26 /* phone_search_success.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A76152FCA8C7000227D26 /* phone_search_success.json */; };
305A77F72FCA8C7000227D26 /* sign_in_continuous_data.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A76162FCA8C7000227D26 /* sign_in_continuous_data.json */; };
305A77F82FCA8C7000227D26 /* sign_in_un_continuous_data.json in Resources */ = {isa = PBXBuildFile; fileRef = 305A76172FCA8C7000227D26 /* sign_in_un_continuous_data.json */; };
305A77F92FCA8C7000227D26 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 305A767F2FCA8C7000227D26 /* Assets.xcassets */; };
305A77FB2FCA8C7000227D26 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 305A76822FCA8C7000227D26 /* LaunchScreen.storyboard */; };
305A77FC2FCA8C7000227D26 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 305A76842FCA8C7000227D26 /* Main.storyboard */; };
@ -193,6 +174,7 @@
307073E12FD15F50004C37CC /* GroupIMService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307073E02FD15F50004C37CC /* GroupIMService.swift */; };
307073E52FD18A20004C37CC /* GroupChatView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307073E32FD18A20004C37CC /* GroupChatView.swift */; };
307073E62FD18A20004C37CC /* GroupChatVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307073E22FD18A20004C37CC /* GroupChatVC.swift */; };
307073EA2FD2715A004C37CC /* GroupChatViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307073E92FD2715A004C37CC /* GroupChatViewModel.swift */; };
30A7A9112FCAEE3D00105780 /* GroupListPopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30A7A9102FCAEE3D00105780 /* GroupListPopView.swift */; };
30BAB84D2FCD2FDE00C33B5C /* InviteJoinView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30BAB84C2FCD2FDE00C33B5C /* InviteJoinView.swift */; };
30BAB84F2FCD2FED00C33B5C /* InviteJoinVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30BAB84E2FCD2FED00C33B5C /* InviteJoinVC.swift */; };
@ -299,25 +281,6 @@
305A75362FCA8C7000227D26 /* pmzd.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pmzd.ttf; sourceTree = "<group>"; };
305A75372FCA8C7000227D26 /* YouSheBiaoTiHei.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = YouSheBiaoTiHei.ttf; sourceTree = "<group>"; };
305A75382FCA8C7000227D26 /* zihunbiantaoti-r.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "zihunbiantaoti-r.ttf"; sourceTree = "<group>"; };
305A76052FCA8C7000227D26 /* dialog_buy_vip_3.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = dialog_buy_vip_3.json; sourceTree = "<group>"; };
305A76062FCA8C7000227D26 /* dialog_first_register_tip.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = dialog_first_register_tip.json; sourceTree = "<group>"; };
305A76072FCA8C7000227D26 /* dialog_phone_search.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = dialog_phone_search.json; sourceTree = "<group>"; };
305A76082FCA8C7000227D26 /* dialog_register_tip.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = dialog_register_tip.json; sourceTree = "<group>"; };
305A76092FCA8C7000227D26 /* dialog_register_tip1_1.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = dialog_register_tip1_1.json; sourceTree = "<group>"; };
305A760A2FCA8C7000227D26 /* dialog_register_tip1_2.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = dialog_register_tip1_2.json; sourceTree = "<group>"; };
305A760B2FCA8C7000227D26 /* dialog_register_tip2.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = dialog_register_tip2.json; sourceTree = "<group>"; };
305A760C2FCA8C7000227D26 /* dialog_search_earth.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = dialog_search_earth.json; sourceTree = "<group>"; };
305A760D2FCA8C7000227D26 /* dialog_search_girl.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = dialog_search_girl.json; sourceTree = "<group>"; };
305A760E2FCA8C7000227D26 /* home_search.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = home_search.json; sourceTree = "<group>"; };
305A760F2FCA8C7000227D26 /* message_voice_play.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = message_voice_play.json; sourceTree = "<group>"; };
305A76102FCA8C7000227D26 /* phone_search_fail.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = phone_search_fail.json; sourceTree = "<group>"; };
305A76112FCA8C7000227D26 /* phone_search_fireworks.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = phone_search_fireworks.json; sourceTree = "<group>"; };
305A76122FCA8C7000227D26 /* phone_search_home.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = phone_search_home.json; sourceTree = "<group>"; };
305A76132FCA8C7000227D26 /* phone_search_interlude.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = phone_search_interlude.json; sourceTree = "<group>"; };
305A76142FCA8C7000227D26 /* phone_search_no_vip.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = phone_search_no_vip.json; sourceTree = "<group>"; };
305A76152FCA8C7000227D26 /* phone_search_success.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = phone_search_success.json; sourceTree = "<group>"; };
305A76162FCA8C7000227D26 /* sign_in_continuous_data.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = sign_in_continuous_data.json; sourceTree = "<group>"; };
305A76172FCA8C7000227D26 /* sign_in_un_continuous_data.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = sign_in_un_continuous_data.json; sourceTree = "<group>"; };
305A761A2FCA8C7000227D26 /* Action.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Action.swift; sourceTree = "<group>"; };
305A761B2FCA8C7000227D26 /* Action+Internal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Action+Internal.swift"; sourceTree = "<group>"; };
305A761C2FCA8C7000227D26 /* Button+Action.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Button+Action.swift"; sourceTree = "<group>"; };
@ -405,6 +368,7 @@
307073E02FD15F50004C37CC /* GroupIMService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupIMService.swift; sourceTree = "<group>"; };
307073E22FD18A20004C37CC /* GroupChatVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupChatVC.swift; sourceTree = "<group>"; };
307073E32FD18A20004C37CC /* GroupChatView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupChatView.swift; sourceTree = "<group>"; };
307073E92FD2715A004C37CC /* GroupChatViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupChatViewModel.swift; sourceTree = "<group>"; };
30A7A9102FCAEE3D00105780 /* GroupListPopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupListPopView.swift; sourceTree = "<group>"; };
30BAB84C2FCD2FDE00C33B5C /* InviteJoinView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InviteJoinView.swift; sourceTree = "<group>"; };
30BAB84E2FCD2FED00C33B5C /* InviteJoinVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InviteJoinVC.swift; sourceTree = "<group>"; };
@ -425,6 +389,14 @@
E7FB0BC3883A7FF0C8CC59A7 /* Pods-QuickLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-QuickLocation.debug.xcconfig"; path = "Target Support Files/Pods-QuickLocation/Pods-QuickLocation.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedRootGroup section */
3070777D2FD2A214004C37CC /* lotties */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = lotties;
sourceTree = "<group>";
};
/* End PBXFileSystemSynchronizedRootGroup section */
/* Begin PBXFrameworksBuildPhase section */
3E4359052FC48D26003470A5 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
@ -740,6 +712,7 @@
305A75392FCA8C7000227D26 /* Font */ = {
isa = PBXGroup;
children = (
3070777D2FD2A214004C37CC /* lotties */,
305A75342FCA8C7000227D26 /* D-DIN-PRO-500-Medium.otf */,
305A75352FCA8C7000227D26 /* douyu.otf */,
305A75362FCA8C7000227D26 /* pmzd.ttf */,
@ -749,37 +722,10 @@
path = Font;
sourceTree = "<group>";
};
305A76182FCA8C7000227D26 /* lotties */ = {
isa = PBXGroup;
children = (
305A76052FCA8C7000227D26 /* dialog_buy_vip_3.json */,
305A76062FCA8C7000227D26 /* dialog_first_register_tip.json */,
305A76072FCA8C7000227D26 /* dialog_phone_search.json */,
305A76082FCA8C7000227D26 /* dialog_register_tip.json */,
305A76092FCA8C7000227D26 /* dialog_register_tip1_1.json */,
305A760A2FCA8C7000227D26 /* dialog_register_tip1_2.json */,
305A760B2FCA8C7000227D26 /* dialog_register_tip2.json */,
305A760C2FCA8C7000227D26 /* dialog_search_earth.json */,
305A760D2FCA8C7000227D26 /* dialog_search_girl.json */,
305A760E2FCA8C7000227D26 /* home_search.json */,
305A760F2FCA8C7000227D26 /* message_voice_play.json */,
305A76102FCA8C7000227D26 /* phone_search_fail.json */,
305A76112FCA8C7000227D26 /* phone_search_fireworks.json */,
305A76122FCA8C7000227D26 /* phone_search_home.json */,
305A76132FCA8C7000227D26 /* phone_search_interlude.json */,
305A76142FCA8C7000227D26 /* phone_search_no_vip.json */,
305A76152FCA8C7000227D26 /* phone_search_success.json */,
305A76162FCA8C7000227D26 /* sign_in_continuous_data.json */,
305A76172FCA8C7000227D26 /* sign_in_un_continuous_data.json */,
);
path = lotties;
sourceTree = "<group>";
};
305A76192FCA8C7000227D26 /* Resource */ = {
isa = PBXGroup;
children = (
305A75392FCA8C7000227D26 /* Font */,
305A76182FCA8C7000227D26 /* lotties */,
);
path = Resource;
sourceTree = "<group>";
@ -1084,6 +1030,7 @@
children = (
307073E22FD18A20004C37CC /* GroupChatVC.swift */,
307073E32FD18A20004C37CC /* GroupChatView.swift */,
307073E92FD2715A004C37CC /* GroupChatViewModel.swift */,
);
path = GroupChat;
sourceTree = "<group>";
@ -1169,6 +1116,9 @@
);
dependencies = (
);
fileSystemSynchronizedGroups = (
3070777D2FD2A214004C37CC /* lotties */,
);
name = QuickLocation;
productName = QuickLocation;
productReference = 3E4359082FC48D26003470A5 /* QuickLocation.app */;
@ -1219,25 +1169,6 @@
305A77212FCA8C7000227D26 /* pmzd.ttf in Resources */,
305A77222FCA8C7000227D26 /* YouSheBiaoTiHei.ttf in Resources */,
305A77232FCA8C7000227D26 /* zihunbiantaoti-r.ttf in Resources */,
305A77E62FCA8C7000227D26 /* dialog_buy_vip_3.json in Resources */,
305A77E72FCA8C7000227D26 /* dialog_first_register_tip.json in Resources */,
305A77E82FCA8C7000227D26 /* dialog_phone_search.json in Resources */,
305A77E92FCA8C7000227D26 /* dialog_register_tip.json in Resources */,
305A77EA2FCA8C7000227D26 /* dialog_register_tip1_1.json in Resources */,
305A77EB2FCA8C7000227D26 /* dialog_register_tip1_2.json in Resources */,
305A77EC2FCA8C7000227D26 /* dialog_register_tip2.json in Resources */,
305A77ED2FCA8C7000227D26 /* dialog_search_earth.json in Resources */,
305A77EE2FCA8C7000227D26 /* dialog_search_girl.json in Resources */,
305A77EF2FCA8C7000227D26 /* home_search.json in Resources */,
305A77F02FCA8C7000227D26 /* message_voice_play.json in Resources */,
305A77F12FCA8C7000227D26 /* phone_search_fail.json in Resources */,
305A77F22FCA8C7000227D26 /* phone_search_fireworks.json in Resources */,
305A77F32FCA8C7000227D26 /* phone_search_home.json in Resources */,
305A77F42FCA8C7000227D26 /* phone_search_interlude.json in Resources */,
305A77F52FCA8C7000227D26 /* phone_search_no_vip.json in Resources */,
305A77F62FCA8C7000227D26 /* phone_search_success.json in Resources */,
305A77F72FCA8C7000227D26 /* sign_in_continuous_data.json in Resources */,
305A77F82FCA8C7000227D26 /* sign_in_un_continuous_data.json in Resources */,
305A77F92FCA8C7000227D26 /* Assets.xcassets in Resources */,
305A77FB2FCA8C7000227D26 /* LaunchScreen.storyboard in Resources */,
305A77FC2FCA8C7000227D26 /* Main.storyboard in Resources */,
@ -1480,6 +1411,7 @@
305A770B2FCA8C7000227D26 /* PageTitleView.swift in Sources */,
305A770C2FCA8C7000227D26 /* PageView.swift in Sources */,
305A770D2FCA8C7000227D26 /* PageViewManager.swift in Sources */,
307073EA2FD2715A004C37CC /* GroupChatViewModel.swift in Sources */,
305A770E2FCA8C7000227D26 /* DLAlertPopVC.swift in Sources */,
305A770F2FCA8C7000227D26 /* DLCustomPopVC.swift in Sources */,
305A77102FCA8C7000227D26 /* DLSheetPopVC.swift in Sources */,

View File

@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Group_2190@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Group_2190@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "video_send@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "video_send@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -8,6 +8,7 @@
import ObjectMapper
import RxDataSources
///
struct UserGroupResponse: BaseModelProtocol {
//
var code: String?
@ -25,6 +26,7 @@ struct UserGroupResponse: BaseModelProtocol {
}
}
///
struct RecommandGroupResponse: BaseModelProtocol {
//
var code: String?
@ -42,6 +44,27 @@ struct RecommandGroupResponse: BaseModelProtocol {
}
}
///
struct GroupInfoResponse: BaseModelProtocol {
//
var code: String?
//
var message: String?
//
var model: GroupInfoModel?
//
var list: [GroupMemberModel] = []
init?(map: Map) {}
mutating func mapping(map: Map) {
code <- map["code"]
message <- map["msg"]
model <- map["data.attr"]
list <- map["data.employee"]
}
}
struct GroupModel: Mappable {
///
var default_group_key: String = ""

View File

@ -0,0 +1 @@
{"v":"5.12.1","fr":25,"ip":0,"op":110,"w":375,"h":375,"nm":"合成 1","ddd":0,"assets":[{"id":"image_0","w":480,"h":480,"u":"images/","p":"dialog_buy_vip3_img_0.png","e":0},{"id":"image_1","w":192,"h":160,"u":"images/","p":"dialog_buy_vip3_img_1.png","e":0}],"layers":[{"ddd":0,"ind":1,"ty":2,"nm":"image 112.png","cl":"png","refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[306,117.5,0],"to":[0,0,0],"ti":[117,4,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18.462,"s":[226,248,0],"to":[-117,-4,0],"ti":[-39.5,36,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36.923,"s":[125,136,0],"to":[6.063,-5.526,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":55.385,"s":[232.5,144,0],"to":[0,0,0],"ti":[140.5,-22,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":73.846,"s":[167.5,284,0],"to":[-140.5,22,0],"ti":[-39.436,13.632,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":92.308,"s":[73.5,227,0],"to":[40.5,-14,0],"ti":[-22,-19,0]},{"t":110.76953125,"s":[212.5,285.5,0]}],"ix":2,"l":2},"a":{"a":0,"k":[243.995,243.45,0],"ix":1,"l":2},"s":{"a":0,"k":[11.792,11.792,100],"ix":6,"l":2}},"ao":1,"ip":0,"op":126,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":2,"nm":"图层 30 1.png","cl":"png","refId":"image_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[195,210.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":18.445,"s":[195,181.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[195,197.089,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36.892,"s":[195,210.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":55.337,"s":[195,181.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":73.783,"s":[195,210.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":92.229,"s":[195,181.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":110.673828125,"s":[195,210.5,0]}],"ix":2,"l":2},"a":{"a":0,"k":[96,80,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ip":0,"op":126,"st":0,"bm":0}],"markers":[],"props":{}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"v":"5.12.1","fr":25,"ip":0,"op":37,"w":375,"h":200,"nm":"合成 1","ddd":0,"assets":[{"id":"image_0","w":69,"h":65,"u":"images/","p":"register_tip1_img_0.png","e":0}],"layers":[{"ddd":0,"ind":1,"ty":2,"nm":"飞机/注册正式账号_1.psd","cl":"psd","refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-15,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.565,"y":0.565},"o":{"x":0.167,"y":0.167},"t":0,"s":[429.5,149,0],"to":[0,0,0],"ti":[88.067,15.427,0]},{"i":{"x":0.681,"y":0.681},"o":{"x":0.328,"y":0.328},"t":12.771,"s":[270.7,73.817,0],"to":[-85.438,-5.2,0],"ti":[41.982,-11.584,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.432,"y":0.432},"t":25.537,"s":[94.263,80.701,0],"to":[-64.13,16.953,0],"ti":[-18.078,5.815,0]},{"t":37.048828125,"s":[-54,127.5,0]}],"ix":2,"l":2},"a":{"a":0,"k":[34.5,32.5,0],"ix":1,"l":2},"s":{"a":0,"k":[100,-100,100],"ix":6,"l":2}},"ao":1,"ip":0,"op":37,"st":-232,"bm":0}],"markers":[],"props":{}}

View File

@ -0,0 +1 @@
{"v":"5.12.1","fr":25,"ip":0,"op":38,"w":375,"h":200,"nm":"合成 1","ddd":0,"assets":[{"id":"image_0","w":69,"h":65,"u":"images/","p":"register_tip1_img_0.png","e":0}],"layers":[{"ddd":0,"ind":1,"ty":2,"nm":"飞机/注册正式账号_1.psd","cl":"psd","refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-15,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.562,"y":0.562},"o":{"x":0.167,"y":0.167},"t":0,"s":[-44.5,30,0],"to":[0,0,0],"ti":[-76.433,-21.573,0]},{"i":{"x":0.658,"y":0.658},"o":{"x":0.315,"y":0.315},"t":10.014,"s":[71.45,105.317,0],"to":[32.062,9.05,0],"ti":[-46.518,-1.084,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.415,"y":0.415},"t":18.995,"s":[195.513,124.951,0],"to":[102.87,2.453,0],"ti":[-18.078,5.815,0]},{"t":37.048828125,"s":[448,112.5,0]}],"ix":2,"l":2},"a":{"a":0,"k":[34.5,32.5,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":1,"ip":0,"op":38,"st":-232,"bm":0}],"markers":[],"props":{}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Some files were not shown because too many files have changed in this diff Show More