Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wfc13
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
wfc13
Commits
fbf9c64c
Commit
fbf9c64c
authored
Aug 05, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
0df7e0e4
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
3 additions
and
186 deletions
+3
-186
res.json
project/resource/res.json
+1
-4
share_assist.png
project/resource/share/share_assist.png
+0
-0
share_bg.png
project/resource/share/share_bg.png
+0
-0
share_go.png
project/resource/share/share_go.png
+0
-0
share_maquee.png
project/resource/share/share_maquee.png
+0
-0
share_rule.png
project/resource/share/share_rule.png
+0
-0
skin.json
project/resource/skin.json
+1
-89
ResJson.ts
project/src/ResJson.ts
+1
-4
SkinJson.ts
project/src/SkinJson.ts
+0
-89
No files found.
project/resource/res.json
View file @
fbf9c64c
...
...
@@ -44,10 +44,7 @@
"keys"
:
"rule_bg.png,rule_close.png,rule_ok.png"
,
"name"
:
"rule"
},
{
"keys"
:
"share_assist.png,share_bg.png,share_go.png,share_maquee.png,share_rule.png"
,
"name"
:
"share"
},
{
"keys"
:
"share_fail_bg.png,share_fail_btn.png,share_fail_close.png,share_fail_okbtn.png,share_fail_title.png"
,
"name"
:
"share_fail"
...
...
project/resource/share/share_assist.png
deleted
100644 → 0
View file @
0df7e0e4
24.2 KB
project/resource/share/share_bg.png
deleted
100644 → 0
View file @
0df7e0e4
This diff is collapsed.
Click to expand it.
project/resource/share/share_go.png
deleted
100644 → 0
View file @
0df7e0e4
25.1 KB
project/resource/share/share_maquee.png
deleted
100644 → 0
View file @
0df7e0e4
2.19 KB
project/resource/share/share_rule.png
deleted
100644 → 0
View file @
0df7e0e4
11.9 KB
project/resource/skin.json
View file @
fbf9c64c
...
...
@@ -654,95 +654,7 @@
}
]
},
{
"name"
:
"share"
,
"x"
:
-443
,
"y"
:
-321
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"share_bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_bg.png"
}
},
{
"name"
:
"share_rule"
,
"x"
:
1054
,
"y"
:
544
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_rule.png"
}
},
{
"name"
:
"share_maquee"
,
"x"
:
521
,
"y"
:
763
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_maquee.png"
}
},
{
"name"
:
"share_go"
,
"x"
:
838
,
"y"
:
1490
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_go.png"
}
},
{
"name"
:
"share_assist"
,
"x"
:
555
,
"y"
:
1490
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_assist.png"
}
},
{
"name"
:
"share_tips3"
,
"x"
:
668
,
"y"
:
1309
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"您的好友已在三湘E家获得"
,
"size"
:
26
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"share_tips2"
,
"x"
:
682
,
"y"
:
1615
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"今日剩余助力次数:6次"
,
"size"
:
26
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"share_tips1"
,
"x"
:
561
,
"y"
:
1391
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"****元体验金,预期收益**元
\r
"
,
"size"
:
40
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
}
]
},
{
"name"
:
"index"
,
"x"
:
0
,
...
...
project/src/ResJson.ts
View file @
fbf9c64c
...
...
@@ -44,10 +44,7 @@ export const ResJson = {
"keys"
:
"rule_bg.png,rule_close.png,rule_ok.png"
,
"name"
:
"rule"
},
{
"keys"
:
"share_assist.png,share_bg.png,share_go.png,share_maquee.png,share_rule.png"
,
"name"
:
"share"
},
{
"keys"
:
"share_fail_bg.png,share_fail_btn.png,share_fail_close.png,share_fail_okbtn.png,share_fail_title.png"
,
"name"
:
"share_fail"
...
...
project/src/SkinJson.ts
View file @
fbf9c64c
...
...
@@ -654,95 +654,6 @@ export const SkinJson ={
}
]
},
{
"name"
:
"share"
,
"x"
:
-
443
,
"y"
:
-
321
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"share_bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_bg.png"
}
},
{
"name"
:
"share_rule"
,
"x"
:
1054
,
"y"
:
544
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_rule.png"
}
},
{
"name"
:
"share_maquee"
,
"x"
:
521
,
"y"
:
763
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_maquee.png"
}
},
{
"name"
:
"share_go"
,
"x"
:
838
,
"y"
:
1490
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_go.png"
}
},
{
"name"
:
"share_assist"
,
"x"
:
555
,
"y"
:
1490
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_assist.png"
}
},
{
"name"
:
"share_tips3"
,
"x"
:
668
,
"y"
:
1309
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"您的好友已在三湘E家获得"
,
"size"
:
26
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"share_tips2"
,
"x"
:
682
,
"y"
:
1615
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"今日剩余助力次数:6次"
,
"size"
:
26
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"share_tips1"
,
"x"
:
561
,
"y"
:
1391
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"****元体验金,预期收益**元
\
r"
,
"size"
:
40
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
}
]
},
{
"name"
:
"index"
,
"x"
:
0
,
...
...
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