Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
babycare_xiaoxiao
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
王剑峰
babycare_xiaoxiao
Commits
97150a09
Commit
97150a09
authored
Apr 12, 2021
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换了点皮
parent
8235687f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
18 deletions
+14
-18
workspace.xml
.idea/workspace.xml
+10
-14
mine.getAppData.json
mock/miniTb/mine.getAppData.json
+1
-1
HelpPanel.ts
src/panels/HelpPanel.ts
+3
-3
No files found.
.idea/workspace.xml
View file @
97150a09
...
...
@@ -4,11 +4,7 @@
<list
default=
"true"
id=
"0d3cb18d-e144-41a0-bc8b-4877c2e1fef1"
name=
"默认的"
comment=
"换了点皮"
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/mock/miniTb/mine.getAppData.json"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/mock/miniTb/mine.getAppData.json"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/resource/RulePanel/ruleBtn.png"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/resource/RulePanel/ruleBtn.png"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/resource/RulePanel/活动规则背景.png"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/resource/RulePanel/活动规则背景.png"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/resource/common/关闭按钮.png"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/resource/common/关闭按钮.png"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/SkinJson.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/SkinJson.ts"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/panels/RulePanel.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/panels/RulePanel.ts"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/panels/HelpPanel.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/panels/HelpPanel.ts"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
@@ -202,14 +198,7 @@
<workItem
from=
"1617871191619"
duration=
"121000"
/>
<workItem
from=
"1617890665920"
duration=
"181000"
/>
<workItem
from=
"1617960804439"
duration=
"639000"
/>
<workItem
from=
"1618193237335"
duration=
"4013000"
/>
</task>
<task
id=
"LOCAL-00030"
summary=
"m"
>
<created>
1613792877469
</created>
<option
name=
"number"
value=
"00030"
/>
<option
name=
"presentableId"
value=
"LOCAL-00030"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1613792877469
</updated>
<workItem
from=
"1618193237335"
duration=
"4196000"
/>
</task>
<task
id=
"LOCAL-00031"
summary=
"m"
>
<created>
1613792960890
</created>
...
...
@@ -547,7 +536,14 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1618196900268
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"79"
/>
<task
id=
"LOCAL-00079"
summary=
"换了点皮"
>
<created>
1618197271315
</created>
<option
name=
"number"
value=
"00079"
/>
<option
name=
"presentableId"
value=
"LOCAL-00079"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1618197271315
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"80"
/>
<servers
/>
</component>
<component
name=
"TypeScriptGeneratedFilesManager"
>
...
...
mock/miniTb/mine.getAppData.json
View file @
97150a09
...
...
@@ -8,7 +8,7 @@
"isFirstLogin"
:
true
,
"loginAddPower"
:
0
,
"isNewUser"
:
false
,
"inviteId"
:
""
,
"inviteId"
:
"
1
"
,
"isFollow"
:
true
}
}
src/panels/HelpPanel.ts
View file @
97150a09
...
...
@@ -20,15 +20,15 @@ export class HelpPanel extends Panel {
start
(
data
)
{
super
.
start
();
this
.
addChild
(
Tools
.
getSprite
(
'helpBg.png'
)).
position
.
set
(
5
0
,
549
);
this
.
addChild
(
Tools
.
getSprite
(
'helpBg.png'
)).
position
.
set
(
8
0
,
549
);
this
.
addChild
(
new
Button
(
RES
.
getRes
(
'helpBtn.png'
)))
.
addEventListener
(
MouseEvent
.
CLICK
,
this
.
doHelp
,
this
)
.
position
.
set
(
1
90
,
910
);
.
position
.
set
(
1
85
,
910
);
this
.
addChild
(
new
Button
(
RES
.
getRes
(
'关闭按钮.png'
)))
.
addEventListener
(
MouseEvent
.
CLICK
,
()
=>
this
.
hidePanel
())
.
position
.
set
(
6
43
,
53
6
);
.
position
.
set
(
6
29
,
52
6
);
}
hidePanel
()
{
...
...
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