Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
47108aeb
Commit
47108aeb
authored
Jul 04, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tabbar 动效
parent
181dc872
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
199 additions
and
8 deletions
+199
-8
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+16
-0
AppDelegate.swift
galaxy/galaxy/AppDelegate.swift
+4
-4
YHBasicContentView.swift
galaxy/galaxy/Classes/Base/V/YHBasicContentView.swift
+171
-0
YHStartPageViewController.swift
...lasses/Modules/Home(首页)/C/YHStartPageViewController.swift
+4
-4
community.json
galaxy/galaxy/Res/jsons/community.json
+1
-0
home.json
galaxy/galaxy/Res/jsons/home.json
+1
-0
my.json
galaxy/galaxy/Res/jsons/my.json
+1
-0
service.json
galaxy/galaxy/Res/jsons/service.json
+1
-0
No files found.
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
47108aeb
...
@@ -351,6 +351,10 @@
...
@@ -351,6 +351,10 @@
04EA376F2BEA071600DBAF64
/* libc++.tbd in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04EA376E2BEA070500DBAF64
/* libc++.tbd */
;
};
04EA376F2BEA071600DBAF64
/* libc++.tbd in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04EA376E2BEA070500DBAF64
/* libc++.tbd */
;
};
04EA37742BEA0A3400DBAF64
/* YHShareManager.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04EA37732BEA0A3400DBAF64
/* YHShareManager.swift */
;
};
04EA37742BEA0A3400DBAF64
/* YHShareManager.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04EA37732BEA0A3400DBAF64
/* YHShareManager.swift */
;
};
04EC2F812C22888E002907D7
/* YHFriendRequestView.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04EC2F802C22888E002907D7
/* YHFriendRequestView.swift */
;
};
04EC2F812C22888E002907D7
/* YHFriendRequestView.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04EC2F802C22888E002907D7
/* YHFriendRequestView.swift */
;
};
04F0ABF32C364F9400518C30
/* home.json in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04F0ABF02C364F9400518C30
/* home.json */
;
};
04F0ABF42C364F9400518C30
/* my.json in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04F0ABF12C364F9400518C30
/* my.json */
;
};
04F0ABF52C364F9400518C30
/* community.json in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04F0ABF22C364F9400518C30
/* community.json */
;
};
04F0ABF72C364F9D00518C30
/* service.json in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04F0ABF62C364F9D00518C30
/* service.json */
;
};
04F4B76B2BAA7E1E00D13284
/* YHCertificateTemplateSheetView.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04F4B76A2BAA7E1E00D13284
/* YHCertificateTemplateSheetView.swift */
;
};
04F4B76B2BAA7E1E00D13284
/* YHCertificateTemplateSheetView.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04F4B76A2BAA7E1E00D13284
/* YHCertificateTemplateSheetView.swift */
;
};
04F5F8602C1944D5004A463C
/* YHHKCenterViewController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04F5F85F2C1944D5004A463C
/* YHHKCenterViewController.swift */
;
};
04F5F8602C1944D5004A463C
/* YHHKCenterViewController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04F5F85F2C1944D5004A463C
/* YHHKCenterViewController.swift */
;
};
04F5F8622C1945C0004A463C
/* YHHKIdentityCardViewController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04F5F8612C1945C0004A463C
/* YHHKIdentityCardViewController.swift */
;
};
04F5F8622C1945C0004A463C
/* YHHKIdentityCardViewController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
04F5F8612C1945C0004A463C
/* YHHKIdentityCardViewController.swift */
;
};
...
@@ -920,6 +924,10 @@
...
@@ -920,6 +924,10 @@
04EA376E2BEA070500DBAF64
/* libc++.tbd */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"sourcecode.text-based-dylib-definition"
;
name
=
"libc++.tbd"
;
path
=
"usr/lib/libc++.tbd"
;
sourceTree
=
SDKROOT
;
};
04EA376E2BEA070500DBAF64
/* libc++.tbd */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"sourcecode.text-based-dylib-definition"
;
name
=
"libc++.tbd"
;
path
=
"usr/lib/libc++.tbd"
;
sourceTree
=
SDKROOT
;
};
04EA37732BEA0A3400DBAF64
/* YHShareManager.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHShareManager.swift
;
sourceTree
=
"<group>"
;
};
04EA37732BEA0A3400DBAF64
/* YHShareManager.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHShareManager.swift
;
sourceTree
=
"<group>"
;
};
04EC2F802C22888E002907D7
/* YHFriendRequestView.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHFriendRequestView.swift
;
sourceTree
=
"<group>"
;
};
04EC2F802C22888E002907D7
/* YHFriendRequestView.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHFriendRequestView.swift
;
sourceTree
=
"<group>"
;
};
04F0ABF02C364F9400518C30
/* home.json */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
text.json
;
path
=
home.json
;
sourceTree
=
"<group>"
;
};
04F0ABF12C364F9400518C30
/* my.json */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
text.json
;
path
=
my.json
;
sourceTree
=
"<group>"
;
};
04F0ABF22C364F9400518C30
/* community.json */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
text.json
;
path
=
community.json
;
sourceTree
=
"<group>"
;
};
04F0ABF62C364F9D00518C30
/* service.json */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
text.json
;
path
=
service.json
;
sourceTree
=
"<group>"
;
};
04F4B76A2BAA7E1E00D13284
/* YHCertificateTemplateSheetView.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHCertificateTemplateSheetView.swift
;
sourceTree
=
"<group>"
;
};
04F4B76A2BAA7E1E00D13284
/* YHCertificateTemplateSheetView.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHCertificateTemplateSheetView.swift
;
sourceTree
=
"<group>"
;
};
04F5F85F2C1944D5004A463C
/* YHHKCenterViewController.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHHKCenterViewController.swift
;
sourceTree
=
"<group>"
;
};
04F5F85F2C1944D5004A463C
/* YHHKCenterViewController.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHHKCenterViewController.swift
;
sourceTree
=
"<group>"
;
};
04F5F8612C1945C0004A463C
/* YHHKIdentityCardViewController.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHHKIdentityCardViewController.swift
;
sourceTree
=
"<group>"
;
};
04F5F8612C1945C0004A463C
/* YHHKIdentityCardViewController.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHHKIdentityCardViewController.swift
;
sourceTree
=
"<group>"
;
};
...
@@ -2910,6 +2918,10 @@
...
@@ -2910,6 +2918,10 @@
A5DF3D4A2BF9A304003D5F03
/* jsons */
=
{
A5DF3D4A2BF9A304003D5F03
/* jsons */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
04F0ABF62C364F9D00518C30
/* service.json */
,
04F0ABF22C364F9400518C30
/* community.json */
,
04F0ABF02C364F9400518C30
/* home.json */
,
04F0ABF12C364F9400518C30
/* my.json */
,
043BA8822C24360C006EF02D
/* people_rotate */
,
043BA8822C24360C006EF02D
/* people_rotate */
,
043BA87C2C2435D4006EF02D
/* people_launch */
,
043BA87C2C2435D4006EF02D
/* people_launch */
,
043BA8762C243477006EF02D
/* people_head */
,
043BA8762C243477006EF02D
/* people_head */
,
...
@@ -3051,6 +3063,7 @@
...
@@ -3051,6 +3063,7 @@
buildActionMask
=
2147483647
;
buildActionMask
=
2147483647
;
files
=
(
files
=
(
04FA8B2E2C084C7E00ABE43F
/* ATAuthSDK.bundle in Resources */
,
04FA8B2E2C084C7E00ABE43F
/* ATAuthSDK.bundle in Resources */
,
04F0ABF42C364F9400518C30
/* my.json in Resources */
,
049663C02BF729F6003C8295
/* galaxy_refresher.gif in Resources */
,
049663C02BF729F6003C8295
/* galaxy_refresher.gif in Resources */
,
045EEED42B9F171A0022A143
/* scoreOptionData.plist in Resources */
,
045EEED42B9F171A0022A143
/* scoreOptionData.plist in Resources */
,
A5EE42032C216C78005BBA5D
/* data.json in Resources */
,
A5EE42032C216C78005BBA5D
/* data.json in Resources */
,
...
@@ -3060,7 +3073,9 @@
...
@@ -3060,7 +3073,9 @@
A58951C52B398D1000225C19
/* Launch Screen.storyboard in Resources */
,
A58951C52B398D1000225C19
/* Launch Screen.storyboard in Resources */
,
A51044182B493675006B60BB
/* README.md in Resources */
,
A51044182B493675006B60BB
/* README.md in Resources */
,
A5EE42012C216C78005BBA5D
/* img_0.png in Resources */
,
A5EE42012C216C78005BBA5D
/* img_0.png in Resources */
,
04F0ABF32C364F9400518C30
/* home.json in Resources */
,
A5573EDB2B317C0000D98EC0
/* Assets.xcassets in Resources */
,
A5573EDB2B317C0000D98EC0
/* Assets.xcassets in Resources */
,
04F0ABF52C364F9400518C30
/* community.json in Resources */
,
04EA2E712BF74FA200AE80B0
/* shouye.json in Resources */
,
04EA2E712BF74FA200AE80B0
/* shouye.json in Resources */
,
048FA0332BFDDFF400AD3BA9
/* submit_head_animation.gif in Resources */
,
048FA0332BFDDFF400AD3BA9
/* submit_head_animation.gif in Resources */
,
A5E69D512BA304D400411932
/* DIN Alternate Bold.ttf in Resources */
,
A5E69D512BA304D400411932
/* DIN Alternate Bold.ttf in Resources */
,
...
@@ -3070,6 +3085,7 @@
...
@@ -3070,6 +3085,7 @@
043BA8892C244129006EF02D
/* people_head.json in Resources */
,
043BA8892C244129006EF02D
/* people_head.json in Resources */
,
043BA8912C250E94006EF02D
/* people_launch.json in Resources */
,
043BA8912C250E94006EF02D
/* people_launch.json in Resources */
,
043BA88F2C250E69006EF02D
/* people_rotate.json in Resources */
,
043BA88F2C250E69006EF02D
/* people_rotate.json in Resources */
,
04F0ABF72C364F9D00518C30
/* service.json in Resources */
,
047619ED2BA9B9C900F45358
/* area.plist in Resources */
,
047619ED2BA9B9C900F45358
/* area.plist in Resources */
,
A5EE42002C216C78005BBA5D
/* img_1.png in Resources */
,
A5EE42002C216C78005BBA5D
/* img_1.png in Resources */
,
048FA0342BFDDFF400AD3BA9
/* submit_page_scroll.gif in Resources */
,
048FA0342BFDDFF400AD3BA9
/* submit_page_scroll.gif in Resources */
,
...
...
galaxy/galaxy/AppDelegate.swift
View file @
47108aeb
...
@@ -166,13 +166,13 @@ extension AppDelegate {
...
@@ -166,13 +166,13 @@ extension AppDelegate {
let
v2
=
YHNavigationController
(
rootVC
:
YHCommunityViewController
())
let
v2
=
YHNavigationController
(
rootVC
:
YHCommunityViewController
())
let
v3
=
YHNavigationController
(
rootVC
:
YHMyViewController
())
let
v3
=
YHNavigationController
(
rootVC
:
YHMyViewController
())
v0
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
Basic
ContentView
(),
title
:
"首页"
,
image
:
UIImage
(
named
:
"home"
),
selectedImage
:
UIImage
(
named
:
"home_1"
))
v0
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
HomeLottieAnimate
ContentView
(),
title
:
"首页"
,
image
:
UIImage
(
named
:
"home"
),
selectedImage
:
UIImage
(
named
:
"home_1"
))
v1
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
Basic
ContentView
(),
title
:
"服务"
,
image
:
UIImage
(
named
:
"service"
),
selectedImage
:
UIImage
(
named
:
"service_1"
))
v1
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
ServiceLottieAnimate
ContentView
(),
title
:
"服务"
,
image
:
UIImage
(
named
:
"service"
),
selectedImage
:
UIImage
(
named
:
"service_1"
))
v2
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
Basic
ContentView
(),
title
:
"社区"
,
image
:
UIImage
(
named
:
"msg"
),
selectedImage
:
UIImage
(
named
:
"msg_1"
))
v2
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
CommunityLottieAnimate
ContentView
(),
title
:
"社区"
,
image
:
UIImage
(
named
:
"msg"
),
selectedImage
:
UIImage
(
named
:
"msg_1"
))
v3
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
Basic
ContentView
(),
title
:
"我的"
,
image
:
UIImage
(
named
:
"me"
),
selectedImage
:
UIImage
(
named
:
"me_1"
))
v3
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
MyLottieAnimate
ContentView
(),
title
:
"我的"
,
image
:
UIImage
(
named
:
"me"
),
selectedImage
:
UIImage
(
named
:
"me_1"
))
tabBarController
.
viewControllers
=
[
v0
,
v1
,
v2
,
v3
]
tabBarController
.
viewControllers
=
[
v0
,
v1
,
v2
,
v3
]
tabBarController
.
tabBar
.
backgroundColor
=
.
white
tabBarController
.
tabBar
.
backgroundColor
=
.
white
...
...
galaxy/galaxy/Classes/Base/V/YHBasicContentView.swift
View file @
47108aeb
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
import
UIKit
import
UIKit
import
ESTabBarController_swift
import
ESTabBarController_swift
import
Lottie
class
YHBasicContentView
:
ESTabBarItemContentView
{
class
YHBasicContentView
:
ESTabBarItemContentView
{
...
@@ -29,3 +30,173 @@ class YHBasicContentView: ESTabBarItemContentView {
...
@@ -29,3 +30,173 @@ class YHBasicContentView: ESTabBarItemContentView {
}
}
class
YHHomeLottieAnimateContentView
:
YHBasicContentView
{
let
lottieView
:
LottieAnimationView
!
=
{
let
lottieView
=
LottieAnimationView
(
name
:
"home"
)
lottieView
.
loopMode
=
.
playOnce
lottieView
.
contentMode
=
.
scaleAspectFit
lottieView
.
isHidden
=
true
return
lottieView
}()
override
init
(
frame
:
CGRect
)
{
super
.
init
(
frame
:
frame
)
self
.
addSubview
(
lottieView
)
}
public
required
init
?(
coder
aDecoder
:
NSCoder
)
{
fatalError
(
"init(coder:) has not been implemented"
)
}
override
func
updateLayout
()
{
super
.
updateLayout
()
lottieView
.
snp
.
makeConstraints
{
make
in
make
.
height
.
width
.
equalTo
(
25
)
make
.
center
.
equalTo
(
self
.
imageView
.
snp
.
center
)
}
}
override
func
selectAnimation
(
animated
:
Bool
,
completion
:
(()
->
())?)
{
super
.
selectAnimation
(
animated
:
animated
,
completion
:
nil
)
lottieView
.
isHidden
=
false
imageView
.
isHidden
=
true
lottieView
.
play
{
completed
in
self
.
imageView
.
isHidden
=
false
}
}
override
func
deselectAnimation
(
animated
:
Bool
,
completion
:
(()
->
())?)
{
super
.
deselectAnimation
(
animated
:
animated
,
completion
:
nil
)
lottieView
.
isHidden
=
true
}
}
class
YHServiceLottieAnimateContentView
:
YHBasicContentView
{
let
lottieView
:
LottieAnimationView
!
=
{
let
lottieView
=
LottieAnimationView
(
name
:
"service"
)
lottieView
.
loopMode
=
.
playOnce
lottieView
.
contentMode
=
.
scaleAspectFit
lottieView
.
isHidden
=
true
return
lottieView
}()
override
init
(
frame
:
CGRect
)
{
super
.
init
(
frame
:
frame
)
self
.
addSubview
(
lottieView
)
}
public
required
init
?(
coder
aDecoder
:
NSCoder
)
{
fatalError
(
"init(coder:) has not been implemented"
)
}
override
func
updateLayout
()
{
super
.
updateLayout
()
lottieView
.
snp
.
makeConstraints
{
make
in
make
.
height
.
width
.
equalTo
(
25
)
make
.
center
.
equalTo
(
self
.
imageView
.
snp
.
center
)
}
}
override
func
selectAnimation
(
animated
:
Bool
,
completion
:
(()
->
())?)
{
super
.
selectAnimation
(
animated
:
animated
,
completion
:
nil
)
lottieView
.
isHidden
=
false
imageView
.
isHidden
=
true
lottieView
.
play
{
completed
in
self
.
imageView
.
isHidden
=
false
}
}
override
func
deselectAnimation
(
animated
:
Bool
,
completion
:
(()
->
())?)
{
super
.
deselectAnimation
(
animated
:
animated
,
completion
:
nil
)
lottieView
.
isHidden
=
true
}
}
class
YHCommunityLottieAnimateContentView
:
YHBasicContentView
{
let
lottieView
:
LottieAnimationView
!
=
{
let
lottieView
=
LottieAnimationView
(
name
:
"community"
)
lottieView
.
loopMode
=
.
playOnce
lottieView
.
contentMode
=
.
scaleAspectFit
lottieView
.
isHidden
=
true
return
lottieView
}()
override
init
(
frame
:
CGRect
)
{
super
.
init
(
frame
:
frame
)
self
.
addSubview
(
lottieView
)
}
public
required
init
?(
coder
aDecoder
:
NSCoder
)
{
fatalError
(
"init(coder:) has not been implemented"
)
}
override
func
updateLayout
()
{
super
.
updateLayout
()
lottieView
.
snp
.
makeConstraints
{
make
in
make
.
height
.
width
.
equalTo
(
25
)
make
.
center
.
equalTo
(
self
.
imageView
.
snp
.
center
)
}
}
override
func
selectAnimation
(
animated
:
Bool
,
completion
:
(()
->
())?)
{
super
.
selectAnimation
(
animated
:
animated
,
completion
:
nil
)
lottieView
.
isHidden
=
false
imageView
.
isHidden
=
true
lottieView
.
play
{
completed
in
self
.
imageView
.
isHidden
=
false
}
}
override
func
deselectAnimation
(
animated
:
Bool
,
completion
:
(()
->
())?)
{
super
.
deselectAnimation
(
animated
:
animated
,
completion
:
nil
)
lottieView
.
isHidden
=
true
}
}
class
YHMyLottieAnimateContentView
:
YHBasicContentView
{
let
lottieView
:
LottieAnimationView
!
=
{
let
lottieView
=
LottieAnimationView
(
name
:
"my"
)
lottieView
.
loopMode
=
.
playOnce
lottieView
.
contentMode
=
.
scaleAspectFit
lottieView
.
isHidden
=
true
return
lottieView
}()
override
init
(
frame
:
CGRect
)
{
super
.
init
(
frame
:
frame
)
self
.
addSubview
(
lottieView
)
}
public
required
init
?(
coder
aDecoder
:
NSCoder
)
{
fatalError
(
"init(coder:) has not been implemented"
)
}
override
func
updateLayout
()
{
super
.
updateLayout
()
lottieView
.
snp
.
makeConstraints
{
make
in
make
.
height
.
width
.
equalTo
(
25
)
make
.
center
.
equalTo
(
self
.
imageView
.
snp
.
center
)
}
}
override
func
selectAnimation
(
animated
:
Bool
,
completion
:
(()
->
())?)
{
super
.
selectAnimation
(
animated
:
animated
,
completion
:
nil
)
lottieView
.
isHidden
=
false
imageView
.
isHidden
=
true
lottieView
.
play
{
completed
in
self
.
imageView
.
isHidden
=
false
}
}
override
func
deselectAnimation
(
animated
:
Bool
,
completion
:
(()
->
())?)
{
super
.
deselectAnimation
(
animated
:
animated
,
completion
:
nil
)
lottieView
.
isHidden
=
true
}
}
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHStartPageViewController.swift
View file @
47108aeb
...
@@ -180,13 +180,13 @@ private extension YHStartPageViewController {
...
@@ -180,13 +180,13 @@ private extension YHStartPageViewController {
let
v2
=
YHNavigationController
(
rootVC
:
YHCommunityViewController
())
let
v2
=
YHNavigationController
(
rootVC
:
YHCommunityViewController
())
let
v3
=
YHNavigationController
(
rootVC
:
YHMyViewController
())
let
v3
=
YHNavigationController
(
rootVC
:
YHMyViewController
())
v0
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
Basic
ContentView
(),
title
:
"首页"
,
image
:
UIImage
(
named
:
"home"
),
selectedImage
:
UIImage
(
named
:
"home_1"
))
v0
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
HomeLottieAnimate
ContentView
(),
title
:
"首页"
,
image
:
UIImage
(
named
:
"home"
),
selectedImage
:
UIImage
(
named
:
"home_1"
))
v1
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
Basic
ContentView
(),
title
:
"服务"
,
image
:
UIImage
(
named
:
"service"
),
selectedImage
:
UIImage
(
named
:
"service_1"
))
v1
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
ServiceLottieAnimate
ContentView
(),
title
:
"服务"
,
image
:
UIImage
(
named
:
"service"
),
selectedImage
:
UIImage
(
named
:
"service_1"
))
v2
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
Basic
ContentView
(),
title
:
"社区"
,
image
:
UIImage
(
named
:
"msg"
),
selectedImage
:
UIImage
(
named
:
"msg_1"
))
v2
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
CommunityLottieAnimate
ContentView
(),
title
:
"社区"
,
image
:
UIImage
(
named
:
"msg"
),
selectedImage
:
UIImage
(
named
:
"msg_1"
))
v3
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
Basic
ContentView
(),
title
:
"我的"
,
image
:
UIImage
(
named
:
"me"
),
selectedImage
:
UIImage
(
named
:
"me_1"
))
v3
.
tabBarItem
=
ESTabBarItem
.
init
(
YH
MyLottieAnimate
ContentView
(),
title
:
"我的"
,
image
:
UIImage
(
named
:
"me"
),
selectedImage
:
UIImage
(
named
:
"me_1"
))
tabBarController
.
viewControllers
=
[
v0
,
v1
,
v2
,
v3
]
tabBarController
.
viewControllers
=
[
v0
,
v1
,
v2
,
v3
]
tabBarController
.
tabBar
.
backgroundColor
=
.
white
tabBarController
.
tabBar
.
backgroundColor
=
.
white
...
...
galaxy/galaxy/Res/jsons/community.json
0 → 100644
View file @
47108aeb
{
"v"
:
"5.6.10"
,
"fr"
:
30
,
"ip"
:
0
,
"op"
:
25
,
"w"
:
100
,
"h"
:
100
,
"nm"
:
"社区"
,
"ddd"
:
0
,
"assets"
:[],
"layers"
:[{
"ddd"
:
0
,
"ind"
:
1
,
"ty"
:
4
,
"nm"
:
"内线 2"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:
0.667
,
"y"
:
1
},
"o"
:{
"x"
:
0.333
,
"y"
:
0
},
"t"
:
16
,
"s"
:[
50
,
30
,
0
],
"to"
:[
0
,
4.333
,
0
],
"ti"
:[
0
,
-4.333
,
0
]},{
"t"
:
25
,
"s"
:[
50
,
56
,
0
]}],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
398
,
398
,
100
],
"ix"
:
6
}},
"ao"
:
0
,
"shapes"
:[{
"ty"
:
"gr"
,
"it"
:[{
"ind"
:
0
,
"ty"
:
"sh"
,
"ix"
:
1
,
"ks"
:{
"a"
:
0
,
"k"
:{
"i"
:[[
0
,
0
],[
-1.684
,
0
],[
-0.401
,
1.15
]],
"o"
:[[
0.401
,
1.15
],[
1.684
,
0
],[
0
,
0
]],
"v"
:[[
-3.5
,
-1
],[
0
,
1
],[
3.5
,
-1
]],
"c"
:
false
},
"ix"
:
2
},
"nm"
:
"路径 1"
,
"mn"
:
"ADBE Vector Shape - Group"
,
"hd"
:
false
},{
"ty"
:
"st"
,
"c"
:{
"a"
:
0
,
"k"
:[
1
,
1
,
1
,
1
],
"ix"
:
3
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
4
},
"w"
:{
"a"
:
0
,
"k"
:
1.3
,
"ix"
:
5
},
"lc"
:
2
,
"lj"
:
2
,
"bm"
:
0
,
"nm"
:
"描边 1"
,
"mn"
:
"ADBE Vector Graphic - Stroke"
,
"hd"
:
false
},{
"ty"
:
"tr"
,
"p"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
],
"ix"
:
3
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
6
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
7
},
"sk"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
4
},
"sa"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
5
},
"nm"
:
"变换"
}],
"nm"
:
"组 1"
,
"np"
:
2
,
"cix"
:
2
,
"bm"
:
0
,
"ix"
:
1
,
"mn"
:
"ADBE Vector Group"
,
"hd"
:
false
},{
"ty"
:
"tm"
,
"s"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
1
},
"e"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.667
],
"y"
:[
1
]},
"o"
:{
"x"
:[
0.333
],
"y"
:[
0
]},
"t"
:
16
,
"s"
:[
0
]},{
"t"
:
25
,
"s"
:[
100
]}],
"ix"
:
2
},
"o"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
3
},
"m"
:
1
,
"ix"
:
2
,
"nm"
:
"修剪路径 1"
,
"mn"
:
"ADBE Vector Filter - Trim"
,
"hd"
:
false
}],
"ip"
:
0
,
"op"
:
25
,
"st"
:
0
,
"bm"
:
0
},{
"ddd"
:
0
,
"ind"
:
2
,
"ty"
:
4
,
"nm"
:
"外线2"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.667
],
"y"
:[
1
]},
"o"
:{
"x"
:[
0.333
],
"y"
:[
0
]},
"t"
:
10
,
"s"
:[
0
]},{
"t"
:
18
,
"s"
:[
100
]}],
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
0
,
"k"
:[
50
,
51.25
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
398
,
398
,
100
],
"ix"
:
6
}},
"ao"
:
0
,
"shapes"
:[{
"ty"
:
"gr"
,
"it"
:[{
"ind"
:
0
,
"ty"
:
"sh"
,
"ix"
:
1
,
"ks"
:{
"a"
:
0
,
"k"
:{
"i"
:[[
0
,
0
],[
0
,
0
]],
"o"
:[[
0
,
0
],[
0
,
0
]],
"v"
:[[
-3.085
,
6.964
],[
-3.085
,
6.965
]],
"c"
:
true
},
"ix"
:
2
},
"nm"
:
"路径 1"
,
"mn"
:
"ADBE Vector Shape - Group"
,
"hd"
:
false
},{
"ind"
:
1
,
"ty"
:
"sh"
,
"ix"
:
2
,
"ks"
:{
"a"
:
0
,
"k"
:{
"i"
:[[
0
,
0.635
],[
0
,
0
],[
0.635
,
0
],[
0
,
0
],[
0
,
-0.635
],[
0
,
0
],[
-0.635
,
0
],[
0
,
0
],[
0
,
0
],[
-0.409
,
0.38
],[
0
,
0
],[
0
,
0
]],
"o"
:[[
0
,
0
],[
0
,
-0.635
],[
0
,
0
],[
-0.635
,
0
],[
0
,
0
],[
0
,
0.635
],[
0
,
0
],[
0
,
0
],[
0.445
,
0.336
],[
0
,
0
],[
0
,
0
],[
0.635
,
0
]],
"v"
:[[
8.65
,
5.845
],[
8.65
,
-7
],[
7.5
,
-8.15
],[
-7.5
,
-8.15
],[
-8.65
,
-7
],[
-8.65
,
5.845
],[
-7.5
,
6.995
],[
-3.045
,
6.995
],[
-0.7
,
8.766
],[
0.776
,
8.691
],[
2.601
,
6.995
],[
7.5
,
6.995
]],
"c"
:
true
},
"ix"
:
2
},
"nm"
:
"路径 2"
,
"mn"
:
"ADBE Vector Shape - Group"
,
"hd"
:
false
},{
"ty"
:
"st"
,
"c"
:{
"a"
:
0
,
"k"
:[
0.070588238537
,
0.101960785687
,
0.149019613862
,
1
],
"ix"
:
3
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
4
},
"w"
:{
"a"
:
0
,
"k"
:
1.3
,
"ix"
:
5
},
"lc"
:
2
,
"lj"
:
2
,
"bm"
:
0
,
"nm"
:
"描边 1"
,
"mn"
:
"ADBE Vector Graphic - Stroke"
,
"hd"
:
false
},{
"ty"
:
"fl"
,
"c"
:{
"a"
:
0
,
"k"
:[
0.070588238537
,
0.101960785687
,
0.149019613862
,
1
],
"ix"
:
4
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
5
},
"r"
:
1
,
"bm"
:
0
,
"nm"
:
"填充 1"
,
"mn"
:
"ADBE Vector Graphic - Fill"
,
"hd"
:
false
},{
"ty"
:
"tr"
,
"p"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
],
"ix"
:
3
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
6
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
7
},
"sk"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
4
},
"sa"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
5
},
"nm"
:
"变换"
}],
"nm"
:
"组 1"
,
"np"
:
4
,
"cix"
:
2
,
"bm"
:
0
,
"ix"
:
1
,
"mn"
:
"ADBE Vector Group"
,
"hd"
:
false
}],
"ip"
:
0
,
"op"
:
25
,
"st"
:
0
,
"bm"
:
0
},{
"ddd"
:
0
,
"ind"
:
3
,
"ty"
:
4
,
"nm"
:
"内线"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
0
,
"k"
:[
50
,
56
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
398
,
398
,
100
],
"ix"
:
6
}},
"ao"
:
0
,
"shapes"
:[{
"ty"
:
"gr"
,
"it"
:[{
"ind"
:
0
,
"ty"
:
"sh"
,
"ix"
:
1
,
"ks"
:{
"a"
:
0
,
"k"
:{
"i"
:[[
0
,
0
],[
-1.684
,
0
],[
-0.401
,
1.15
]],
"o"
:[[
0.401
,
1.15
],[
1.684
,
0
],[
0
,
0
]],
"v"
:[[
-3.5
,
-1
],[
0
,
1
],[
3.5
,
-1
]],
"c"
:
false
},
"ix"
:
2
},
"nm"
:
"路径 1"
,
"mn"
:
"ADBE Vector Shape - Group"
,
"hd"
:
false
},{
"ty"
:
"st"
,
"c"
:{
"a"
:
0
,
"k"
:[
0.070588238537
,
0.101960785687
,
0.149019613862
,
1
],
"ix"
:
3
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
4
},
"w"
:{
"a"
:
0
,
"k"
:
1.3
,
"ix"
:
5
},
"lc"
:
2
,
"lj"
:
2
,
"bm"
:
0
,
"nm"
:
"描边 1"
,
"mn"
:
"ADBE Vector Graphic - Stroke"
,
"hd"
:
false
},{
"ty"
:
"tr"
,
"p"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
],
"ix"
:
3
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
6
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
7
},
"sk"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
4
},
"sa"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
5
},
"nm"
:
"变换"
}],
"nm"
:
"组 1"
,
"np"
:
2
,
"cix"
:
2
,
"bm"
:
0
,
"ix"
:
1
,
"mn"
:
"ADBE Vector Group"
,
"hd"
:
false
},{
"ty"
:
"tm"
,
"s"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
1
},
"e"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.667
],
"y"
:[
1
]},
"o"
:{
"x"
:[
0.333
],
"y"
:[
0
]},
"t"
:
0
,
"s"
:[
100
]},{
"t"
:
10
,
"s"
:[
0
]}],
"ix"
:
2
},
"o"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
3
},
"m"
:
1
,
"ix"
:
2
,
"nm"
:
"修剪路径 1"
,
"mn"
:
"ADBE Vector Filter - Trim"
,
"hd"
:
false
}],
"ip"
:
0
,
"op"
:
25
,
"st"
:
0
,
"bm"
:
0
},{
"ddd"
:
0
,
"ind"
:
4
,
"ty"
:
4
,
"nm"
:
"外线"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
0
,
"k"
:[
50
,
51.924
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
398
,
398
,
100
],
"ix"
:
6
}},
"ao"
:
0
,
"shapes"
:[{
"ty"
:
"gr"
,
"it"
:[{
"ind"
:
0
,
"ty"
:
"sh"
,
"ix"
:
1
,
"ks"
:{
"a"
:
0
,
"k"
:{
"i"
:[[
0
,
0.635
],[
0
,
0
],[
0.635
,
0
],[
0
,
0
],[
0
,
-0.635
],[
0
,
0
],[
-0.635
,
0
],[
0
,
0
],[
0
,
0
],[
-0.409
,
0.38
],[
0
,
0
],[
0
,
0
]],
"o"
:[[
0
,
0
],[
0
,
-0.635
],[
0
,
0
],[
-0.635
,
0
],[
0
,
0
],[
0
,
0.635
],[
0
,
0
],[
0
,
0
],[
0.445
,
0.336
],[
0
,
0
],[
0
,
0
],[
0.635
,
0
]],
"v"
:[[
8.65
,
5.421
],[
8.65
,
-7.424
],[
7.5
,
-8.574
],[
-7.5
,
-8.574
],[
-8.65
,
-7.424
],[
-8.65
,
5.421
],[
-7.5
,
6.571
],[
-3.045
,
6.571
],[
-0.7
,
8.342
],[
0.776
,
8.267
],[
2.601
,
6.571
],[
7.5
,
6.571
]],
"c"
:
true
},
"ix"
:
2
},
"nm"
:
"路径 1"
,
"mn"
:
"ADBE Vector Shape - Group"
,
"hd"
:
false
},{
"ty"
:
"st"
,
"c"
:{
"a"
:
0
,
"k"
:[
0.070588238537
,
0.101960785687
,
0.149019613862
,
1
],
"ix"
:
3
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
4
},
"w"
:{
"a"
:
0
,
"k"
:
1.3
,
"ix"
:
5
},
"lc"
:
2
,
"lj"
:
2
,
"bm"
:
0
,
"nm"
:
"描边 1"
,
"mn"
:
"ADBE Vector Graphic - Stroke"
,
"hd"
:
false
},{
"ty"
:
"tr"
,
"p"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
],
"ix"
:
3
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
6
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
7
},
"sk"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
4
},
"sa"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
5
},
"nm"
:
"变换"
}],
"nm"
:
"组 1"
,
"np"
:
2
,
"cix"
:
2
,
"bm"
:
0
,
"ix"
:
1
,
"mn"
:
"ADBE Vector Group"
,
"hd"
:
false
},{
"ty"
:
"tm"
,
"s"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.667
],
"y"
:[
1
]},
"o"
:{
"x"
:[
0.333
],
"y"
:[
0
]},
"t"
:
0
,
"s"
:[
0
]},{
"t"
:
10
,
"s"
:[
100
]}],
"ix"
:
1
},
"e"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
2
},
"o"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
3
},
"m"
:
1
,
"ix"
:
2
,
"nm"
:
"修剪路径 1"
,
"mn"
:
"ADBE Vector Filter - Trim"
,
"hd"
:
false
}],
"ip"
:
0
,
"op"
:
25
,
"st"
:
0
,
"bm"
:
0
}],
"markers"
:[]}
\ No newline at end of file
galaxy/galaxy/Res/jsons/home.json
0 → 100644
View file @
47108aeb
{
"v"
:
"5.6.10"
,
"fr"
:
30
,
"ip"
:
0
,
"op"
:
25
,
"w"
:
100
,
"h"
:
100
,
"nm"
:
"首页"
,
"ddd"
:
0
,
"assets"
:[],
"layers"
:[{
"ddd"
:
0
,
"ind"
:
2
,
"ty"
:
4
,
"nm"
:
"线 3"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.667
],
"y"
:[
1
]},
"o"
:{
"x"
:[
0.333
],
"y"
:[
0
]},
"t"
:
5
,
"s"
:[
0
]},{
"t"
:
10
,
"s"
:[
100
]}],
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:
0.667
,
"y"
:
1
},
"o"
:{
"x"
:
0.333
,
"y"
:
0
},
"t"
:
15
,
"s"
:[
50
,
90.188
,
0
],
"to"
:[
0
,
-3.417
,
0
],
"ti"
:[
0
,
3.417
,
0
]},{
"t"
:
25
,
"s"
:[
50
,
69.688
,
0
]}],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
398
,
398
,
100
],
"ix"
:
6
}},
"ao"
:
0
,
"shapes"
:[{
"ty"
:
"gr"
,
"it"
:[{
"ind"
:
0
,
"ty"
:
"sh"
,
"ix"
:
1
,
"ks"
:{
"a"
:
0
,
"k"
:{
"i"
:[[
0
,
0
],[
0
,
0
]],
"o"
:[[
0
,
0
],[
0
,
0
]],
"v"
:[[
-2.5
,
0
],[
2.5
,
0
]],
"c"
:
false
},
"ix"
:
2
},
"nm"
:
"路径 1"
,
"mn"
:
"ADBE Vector Shape - Group"
,
"hd"
:
false
},{
"ty"
:
"st"
,
"c"
:{
"a"
:
0
,
"k"
:[
1
,
1
,
1
,
1
],
"ix"
:
3
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
4
},
"w"
:{
"a"
:
0
,
"k"
:
1.3
,
"ix"
:
5
},
"lc"
:
2
,
"lj"
:
2
,
"bm"
:
0
,
"nm"
:
"描边 1"
,
"mn"
:
"ADBE Vector Graphic - Stroke"
,
"hd"
:
false
},{
"ty"
:
"tr"
,
"p"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
],
"ix"
:
3
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
6
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
7
},
"sk"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
4
},
"sa"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
5
},
"nm"
:
"变换"
}],
"nm"
:
"组 1"
,
"np"
:
2
,
"cix"
:
2
,
"bm"
:
0
,
"ix"
:
1
,
"mn"
:
"ADBE Vector Group"
,
"hd"
:
false
}],
"ip"
:
0
,
"op"
:
25
,
"st"
:
0
,
"bm"
:
0
},{
"ddd"
:
0
,
"ind"
:
3
,
"ty"
:
4
,
"nm"
:
"线"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.667
],
"y"
:[
1
]},
"o"
:{
"x"
:[
0.333
],
"y"
:[
0
]},
"t"
:
5
,
"s"
:[
100
]},{
"t"
:
10
,
"s"
:[
0
]}],
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
0
,
"k"
:[
50
,
67.938
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
398
,
398
,
100
],
"ix"
:
6
}},
"ao"
:
0
,
"shapes"
:[{
"ty"
:
"gr"
,
"it"
:[{
"ind"
:
0
,
"ty"
:
"sh"
,
"ix"
:
1
,
"ks"
:{
"a"
:
0
,
"k"
:{
"i"
:[[
0
,
0
],[
0
,
0
]],
"o"
:[[
0
,
0
],[
0
,
0
]],
"v"
:[[
-2.5
,
0
],[
2.5
,
0
]],
"c"
:
false
},
"ix"
:
2
},
"nm"
:
"路径 1"
,
"mn"
:
"ADBE Vector Shape - Group"
,
"hd"
:
false
},{
"ty"
:
"st"
,
"c"
:{
"a"
:
0
,
"k"
:[
0.070588235294
,
0.101960784314
,
0.149019607843
,
1
],
"ix"
:
3
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
4
},
"w"
:{
"a"
:
0
,
"k"
:
1.3
,
"ix"
:
5
},
"lc"
:
2
,
"lj"
:
2
,
"bm"
:
0
,
"nm"
:
"描边 1"
,
"mn"
:
"ADBE Vector Graphic - Stroke"
,
"hd"
:
false
},{
"ty"
:
"tr"
,
"p"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
],
"ix"
:
3
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
6
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
7
},
"sk"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
4
},
"sa"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
5
},
"nm"
:
"变换"
}],
"nm"
:
"组 1"
,
"np"
:
2
,
"cix"
:
2
,
"bm"
:
0
,
"ix"
:
1
,
"mn"
:
"ADBE Vector Group"
,
"hd"
:
false
}],
"ip"
:
0
,
"op"
:
25
,
"st"
:
0
,
"bm"
:
0
},{
"ddd"
:
0
,
"ind"
:
4
,
"ty"
:
4
,
"nm"
:
"房子"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
0
,
"k"
:[
50
,
49.61
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
398
,
398
,
100
],
"ix"
:
6
}},
"ao"
:
0
,
"shapes"
:[{
"ty"
:
"gr"
,
"it"
:[{
"ind"
:
0
,
"ty"
:
"sh"
,
"ix"
:
1
,
"ks"
:{
"a"
:
0
,
"k"
:{
"i"
:[[
0
,
0
],[
0
,
-0.539
],[
0
,
0
],[
-0.911
,
0
],[
0
,
0
],[
0
,
0.911
],[
0
,
0
],[
0.442
,
0.309
],[
0
,
0
],[
0.567
,
-0.396
],[
0
,
0
]],
"o"
:[[
-0.442
,
0.309
],[
0
,
0
],[
0
,
0.911
],[
0
,
0
],[
0.911
,
0
],[
0
,
0
],[
0
,
-0.539
],[
0
,
0
],[
-0.567
,
-0.396
],[
0
,
0
],[
0
,
0
]],
"v"
:[[
-7.444
,
-3.71
],[
-8.15
,
-2.357
],[
-8.15
,
6.89
],[
-6.5
,
8.54
],[
6.5
,
8.54
],[
8.15
,
6.89
],[
8.15
,
-2.357
],[
7.444
,
-3.71
],[
0.944
,
-8.244
],[
-0.944
,
-8.244
],[
-7.444
,
-3.71
]],
"c"
:
false
},
"ix"
:
2
},
"nm"
:
"路径 1"
,
"mn"
:
"ADBE Vector Shape - Group"
,
"hd"
:
false
},{
"ty"
:
"st"
,
"c"
:{
"a"
:
0
,
"k"
:[
0.070588235294
,
0.101960784314
,
0.149019607843
,
1
],
"ix"
:
3
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
4
},
"w"
:{
"a"
:
0
,
"k"
:
1.3
,
"ix"
:
5
},
"lc"
:
2
,
"lj"
:
2
,
"bm"
:
0
,
"nm"
:
"描边 1"
,
"mn"
:
"ADBE Vector Graphic - Stroke"
,
"hd"
:
false
},{
"ty"
:
"tr"
,
"p"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
],
"ix"
:
3
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
6
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
7
},
"sk"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
4
},
"sa"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
5
},
"nm"
:
"变换"
}],
"nm"
:
"组 1"
,
"np"
:
3
,
"cix"
:
2
,
"bm"
:
0
,
"ix"
:
1
,
"mn"
:
"ADBE Vector Group"
,
"hd"
:
false
},{
"ty"
:
"tm"
,
"s"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.667
],
"y"
:[
1
]},
"o"
:{
"x"
:[
0.333
],
"y"
:[
0
]},
"t"
:
0
,
"s"
:[
0
]},{
"t"
:
10
,
"s"
:[
100
]}],
"ix"
:
1
},
"e"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
2
},
"o"
:{
"a"
:
0
,
"k"
:
180
,
"ix"
:
3
},
"m"
:
1
,
"ix"
:
2
,
"nm"
:
"修剪路径 1"
,
"mn"
:
"ADBE Vector Filter - Trim"
,
"hd"
:
false
}],
"ip"
:
0
,
"op"
:
25
,
"st"
:
0
,
"bm"
:
0
},{
"ddd"
:
0
,
"ind"
:
5
,
"ty"
:
4
,
"nm"
:
"房子 2"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.667
],
"y"
:[
1
]},
"o"
:{
"x"
:[
0.333
],
"y"
:[
0
]},
"t"
:
10
,
"s"
:[
0
]},{
"t"
:
17
,
"s"
:[
100
]}],
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
0
,
"k"
:[
50
,
49.61
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
398
,
398
,
100
],
"ix"
:
6
}},
"ao"
:
0
,
"shapes"
:[{
"ty"
:
"gr"
,
"it"
:[{
"ind"
:
0
,
"ty"
:
"sh"
,
"ix"
:
1
,
"ks"
:{
"a"
:
0
,
"k"
:{
"i"
:[[
0
,
0
],[
0
,
-0.539
],[
0
,
0
],[
-0.911
,
0
],[
0
,
0
],[
0
,
0.911
],[
0
,
0
],[
0.442
,
0.309
],[
0
,
0
],[
0.567
,
-0.396
],[
0
,
0
]],
"o"
:[[
-0.442
,
0.309
],[
0
,
0
],[
0
,
0.911
],[
0
,
0
],[
0.911
,
0
],[
0
,
0
],[
0
,
-0.539
],[
0
,
0
],[
-0.567
,
-0.396
],[
0
,
0
],[
0
,
0
]],
"v"
:[[
-7.444
,
-3.71
],[
-8.15
,
-2.357
],[
-8.15
,
6.89
],[
-6.5
,
8.54
],[
6.5
,
8.54
],[
8.15
,
6.89
],[
8.15
,
-2.357
],[
7.444
,
-3.71
],[
0.944
,
-8.244
],[
-0.944
,
-8.244
],[
-7.444
,
-3.71
]],
"c"
:
false
},
"ix"
:
2
},
"nm"
:
"路径 1"
,
"mn"
:
"ADBE Vector Shape - Group"
,
"hd"
:
false
},{
"ty"
:
"st"
,
"c"
:{
"a"
:
0
,
"k"
:[
0.070588235294
,
0.101960784314
,
0.149019607843
,
1
],
"ix"
:
3
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
4
},
"w"
:{
"a"
:
0
,
"k"
:
1.3
,
"ix"
:
5
},
"lc"
:
2
,
"lj"
:
2
,
"bm"
:
0
,
"nm"
:
"描边 1"
,
"mn"
:
"ADBE Vector Graphic - Stroke"
,
"hd"
:
false
},{
"ty"
:
"fl"
,
"c"
:{
"a"
:
0
,
"k"
:[
0.070588235294
,
0.101960784314
,
0.149019607843
,
1
],
"ix"
:
4
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
5
},
"r"
:
1
,
"bm"
:
0
,
"nm"
:
"填充 1"
,
"mn"
:
"ADBE Vector Graphic - Fill"
,
"hd"
:
false
},{
"ty"
:
"tr"
,
"p"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
],
"ix"
:
3
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
6
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
7
},
"sk"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
4
},
"sa"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
5
},
"nm"
:
"变换"
}],
"nm"
:
"组 1"
,
"np"
:
3
,
"cix"
:
2
,
"bm"
:
0
,
"ix"
:
1
,
"mn"
:
"ADBE Vector Group"
,
"hd"
:
false
},{
"ty"
:
"tm"
,
"s"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
1
},
"e"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
2
},
"o"
:{
"a"
:
0
,
"k"
:
180
,
"ix"
:
3
},
"m"
:
1
,
"ix"
:
2
,
"nm"
:
"修剪路径 1"
,
"mn"
:
"ADBE Vector Filter - Trim"
,
"hd"
:
false
}],
"ip"
:
0
,
"op"
:
25
,
"st"
:
0
,
"bm"
:
0
}],
"markers"
:[]}
\ No newline at end of file
galaxy/galaxy/Res/jsons/my.json
0 → 100644
View file @
47108aeb
{
"v"
:
"5.6.10"
,
"fr"
:
30
,
"ip"
:
0
,
"op"
:
25
,
"w"
:
100
,
"h"
:
100
,
"nm"
:
"我的"
,
"ddd"
:
0
,
"assets"
:[],
"layers"
:[{
"ddd"
:
0
,
"ind"
:
1
,
"ty"
:
4
,
"nm"
:
"上线2"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.667
],
"y"
:[
1
]},
"o"
:{
"x"
:[
0.333
],
"y"
:[
0
]},
"t"
:
15
,
"s"
:[
0
]},{
"t"
:
25
,
"s"
:[
100
]}],
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:
0.667
,
"y"
:
1
},
"o"
:{
"x"
:
0.333
,
"y"
:
0
},
"t"
:
15
,
"s"
:[
50
,
64
,
0
],
"to"
:[
0
,
-5
,
0
],
"ti"
:[
0
,
5
,
0
]},{
"t"
:
25
,
"s"
:[
50
,
34
,
0
]}],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.667
,
0.667
,
0.667
],
"y"
:[
1
,
1
,
1
]},
"o"
:{
"x"
:[
0.333
,
0.333
,
0.333
],
"y"
:[
0
,
0
,
0
]},
"t"
:
15
,
"s"
:[
50
,
50
,
100
]},{
"t"
:
25
,
"s"
:[
100
,
100
,
100
]}],
"ix"
:
6
}},
"ao"
:
0
,
"shapes"
:[{
"ty"
:
"gr"
,
"it"
:[{
"ind"
:
0
,
"ty"
:
"sh"
,
"ix"
:
1
,
"ks"
:{
"a"
:
0
,
"k"
:{
"i"
:[[
9.941
,
0
],[
0
,
9.941
],[
-9.941
,
0
],[
0
,
-9.941
]],
"o"
:[[
-9.941
,
0
],[
0
,
-9.941
],[
9.941
,
0
],[
0
,
9.941
]],
"v"
:[[
0
,
18
],[
-18
,
0
],[
0
,
-18
],[
18
,
0
]],
"c"
:
true
},
"ix"
:
2
},
"nm"
:
"路径 1"
,
"mn"
:
"ADBE Vector Shape - Group"
,
"hd"
:
false
},{
"ty"
:
"st"
,
"c"
:{
"a"
:
0
,
"k"
:[
0.070588238537
,
0.101960785687
,
0.149019613862
,
1
],
"ix"
:
3
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
4
},
"w"
:{
"a"
:
0
,
"k"
:
5.2
,
"ix"
:
5
},
"lc"
:
2
,
"lj"
:
2
,
"bm"
:
0
,
"nm"
:
"描边 1"
,
"mn"
:
"ADBE Vector Graphic - Stroke"
,
"hd"
:
false
},{
"ty"
:
"fl"
,
"c"
:{
"a"
:
0
,
"k"
:[
0.070588238537
,
0.101960785687
,
0.149019613862
,
1
],
"ix"
:
4
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
5
},
"r"
:
1
,
"bm"
:
0
,
"nm"
:
"填充 1"
,
"mn"
:
"ADBE Vector Graphic - Fill"
,
"hd"
:
false
},{
"ty"
:
"tr"
,
"p"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
],
"ix"
:
3
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
6
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
7
},
"sk"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
4
},
"sa"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
5
},
"nm"
:
"变换"
}],
"nm"
:
"组 1"
,
"np"
:
3
,
"cix"
:
2
,
"bm"
:
0
,
"ix"
:
1
,
"mn"
:
"ADBE Vector Group"
,
"hd"
:
false
}],
"ip"
:
0
,
"op"
:
25
,
"st"
:
0
,
"bm"
:
0
},{
"ddd"
:
0
,
"ind"
:
2
,
"ty"
:
4
,
"nm"
:
"下线2"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.667
],
"y"
:[
1
]},
"o"
:{
"x"
:[
0.333
],
"y"
:[
0
]},
"t"
:
10
,
"s"
:[
0
]},{
"t"
:
17
,
"s"
:[
100
]}],
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
0
,
"k"
:[
50
,
74
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
,
100
],
"ix"
:
6
}},
"ao"
:
0
,
"shapes"
:[{
"ty"
:
"gr"
,
"it"
:[{
"ind"
:
0
,
"ty"
:
"sh"
,
"ix"
:
1
,
"ks"
:{
"a"
:
0
,
"k"
:{
"i"
:[[
10.825
,
0
],[
0
,
0
],[
0
,
-10.825
],[
-0.221
,
0
],[
0
,
0
],[
0
,
0.221
]],
"o"
:[[
0
,
0
],[
-10.825
,
0
],[
0
,
0.221
],[
0
,
0
],[
0.221
,
0
],[
0
,
-10.825
]],
"v"
:[[
14.4
,
-10
],[
-14.4
,
-10
],[
-34
,
9.6
],[
-33.6
,
10
],[
33.6
,
10
],[
34
,
9.6
]],
"c"
:
true
},
"ix"
:
2
},
"nm"
:
"路径 1"
,
"mn"
:
"ADBE Vector Shape - Group"
,
"hd"
:
false
},{
"ty"
:
"st"
,
"c"
:{
"a"
:
0
,
"k"
:[
0.070588238537
,
0.101960785687
,
0.149019613862
,
1
],
"ix"
:
3
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
4
},
"w"
:{
"a"
:
0
,
"k"
:
5.2
,
"ix"
:
5
},
"lc"
:
2
,
"lj"
:
2
,
"bm"
:
0
,
"nm"
:
"描边 1"
,
"mn"
:
"ADBE Vector Graphic - Stroke"
,
"hd"
:
false
},{
"ty"
:
"fl"
,
"c"
:{
"a"
:
0
,
"k"
:[
0.070588238537
,
0.101960785687
,
0.149019613862
,
1
],
"ix"
:
4
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
5
},
"r"
:
1
,
"bm"
:
0
,
"nm"
:
"填充 1"
,
"mn"
:
"ADBE Vector Graphic - Fill"
,
"hd"
:
false
},{
"ty"
:
"tr"
,
"p"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
],
"ix"
:
3
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
6
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
7
},
"sk"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
4
},
"sa"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
5
},
"nm"
:
"变换"
}],
"nm"
:
"组 1"
,
"np"
:
3
,
"cix"
:
2
,
"bm"
:
0
,
"ix"
:
1
,
"mn"
:
"ADBE Vector Group"
,
"hd"
:
false
}],
"ip"
:
0
,
"op"
:
25
,
"st"
:
0
,
"bm"
:
0
},{
"ddd"
:
0
,
"ind"
:
3
,
"ty"
:
4
,
"nm"
:
"上线"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
0
,
"k"
:[
50
,
34
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
,
100
],
"ix"
:
6
}},
"ao"
:
0
,
"shapes"
:[{
"ty"
:
"gr"
,
"it"
:[{
"ind"
:
0
,
"ty"
:
"sh"
,
"ix"
:
1
,
"ks"
:{
"a"
:
0
,
"k"
:{
"i"
:[[
9.941
,
0
],[
0
,
9.941
],[
-9.941
,
0
],[
0
,
-9.941
]],
"o"
:[[
-9.941
,
0
],[
0
,
-9.941
],[
9.941
,
0
],[
0
,
9.941
]],
"v"
:[[
0
,
18
],[
-18
,
0
],[
0
,
-18
],[
18
,
0
]],
"c"
:
true
},
"ix"
:
2
},
"nm"
:
"路径 1"
,
"mn"
:
"ADBE Vector Shape - Group"
,
"hd"
:
false
},{
"ty"
:
"st"
,
"c"
:{
"a"
:
0
,
"k"
:[
0.070588238537
,
0.101960785687
,
0.149019613862
,
1
],
"ix"
:
3
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
4
},
"w"
:{
"a"
:
0
,
"k"
:
5.2
,
"ix"
:
5
},
"lc"
:
2
,
"lj"
:
2
,
"bm"
:
0
,
"nm"
:
"描边 1"
,
"mn"
:
"ADBE Vector Graphic - Stroke"
,
"hd"
:
false
},{
"ty"
:
"tr"
,
"p"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
],
"ix"
:
3
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
6
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
7
},
"sk"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
4
},
"sa"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
5
},
"nm"
:
"变换"
}],
"nm"
:
"组 1"
,
"np"
:
2
,
"cix"
:
2
,
"bm"
:
0
,
"ix"
:
1
,
"mn"
:
"ADBE Vector Group"
,
"hd"
:
false
},{
"ty"
:
"tm"
,
"s"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.667
],
"y"
:[
1
]},
"o"
:{
"x"
:[
0.333
],
"y"
:[
0
]},
"t"
:
0
,
"s"
:[
100
]},{
"t"
:
10
,
"s"
:[
0
]}],
"ix"
:
1
},
"e"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
2
},
"o"
:{
"a"
:
0
,
"k"
:
-54
,
"ix"
:
3
},
"m"
:
1
,
"ix"
:
2
,
"nm"
:
"修剪路径 1"
,
"mn"
:
"ADBE Vector Filter - Trim"
,
"hd"
:
false
}],
"ip"
:
0
,
"op"
:
25
,
"st"
:
0
,
"bm"
:
0
},{
"ddd"
:
0
,
"ind"
:
4
,
"ty"
:
4
,
"nm"
:
"下线"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
0
,
"k"
:[
50
,
74
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
,
100
],
"ix"
:
6
}},
"ao"
:
0
,
"shapes"
:[{
"ty"
:
"gr"
,
"it"
:[{
"ind"
:
0
,
"ty"
:
"sh"
,
"ix"
:
1
,
"ks"
:{
"a"
:
0
,
"k"
:{
"i"
:[[
10.825
,
0
],[
0
,
0
],[
0
,
-10.825
],[
-0.221
,
0
],[
0
,
0
],[
0
,
0.221
]],
"o"
:[[
0
,
0
],[
-10.825
,
0
],[
0
,
0.221
],[
0
,
0
],[
0.221
,
0
],[
0
,
-10.825
]],
"v"
:[[
14.4
,
-10
],[
-14.4
,
-10
],[
-34
,
9.6
],[
-33.6
,
10
],[
33.6
,
10
],[
34
,
9.6
]],
"c"
:
true
},
"ix"
:
2
},
"nm"
:
"路径 1"
,
"mn"
:
"ADBE Vector Shape - Group"
,
"hd"
:
false
},{
"ty"
:
"st"
,
"c"
:{
"a"
:
0
,
"k"
:[
0.070588238537
,
0.101960785687
,
0.149019613862
,
1
],
"ix"
:
3
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
4
},
"w"
:{
"a"
:
0
,
"k"
:
5.2
,
"ix"
:
5
},
"lc"
:
2
,
"lj"
:
2
,
"bm"
:
0
,
"nm"
:
"描边 1"
,
"mn"
:
"ADBE Vector Graphic - Stroke"
,
"hd"
:
false
},{
"ty"
:
"tr"
,
"p"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
0
,
0
],
"ix"
:
1
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
],
"ix"
:
3
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
6
},
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
7
},
"sk"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
4
},
"sa"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
5
},
"nm"
:
"变换"
}],
"nm"
:
"组 1"
,
"np"
:
2
,
"cix"
:
2
,
"bm"
:
0
,
"ix"
:
1
,
"mn"
:
"ADBE Vector Group"
,
"hd"
:
false
},{
"ty"
:
"tm"
,
"s"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.667
],
"y"
:[
1
]},
"o"
:{
"x"
:[
0.333
],
"y"
:[
0
]},
"t"
:
0
,
"s"
:[
0
]},{
"t"
:
10
,
"s"
:[
100
]}],
"ix"
:
1
},
"e"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
2
},
"o"
:{
"a"
:
0
,
"k"
:
-72
,
"ix"
:
3
},
"m"
:
1
,
"ix"
:
2
,
"nm"
:
"修剪路径 1"
,
"mn"
:
"ADBE Vector Filter - Trim"
,
"hd"
:
false
}],
"ip"
:
0
,
"op"
:
25
,
"st"
:
0
,
"bm"
:
0
}],
"markers"
:[]}
\ No newline at end of file
galaxy/galaxy/Res/jsons/service.json
0 → 100644
View file @
47108aeb
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment