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
f11b3658
Commit
f11b3658
authored
Apr 12, 2021
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换了点皮
parent
97150a09
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
15 deletions
+11
-15
workspace.xml
.idea/workspace.xml
+10
-14
HelpPanel.ts
src/panels/HelpPanel.ts
+1
-1
No files found.
.idea/workspace.xml
View file @
f11b3658
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"0d3cb18d-e144-41a0-bc8b-4877c2e1fef1"
name=
"默认的"
comment=
"换了点皮"
>
<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$/src/panels/HelpPanel.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/panels/HelpPanel.ts"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_NON_ACTIVE_CHANGELIST"
value=
"false"
/>
<option
name=
"HIGHLIGHT_NON_ACTIVE_CHANGELIST"
value=
"false"
/>
...
@@ -198,14 +194,7 @@
...
@@ -198,14 +194,7 @@
<workItem
from=
"1617871191619"
duration=
"121000"
/>
<workItem
from=
"1617871191619"
duration=
"121000"
/>
<workItem
from=
"1617890665920"
duration=
"181000"
/>
<workItem
from=
"1617890665920"
duration=
"181000"
/>
<workItem
from=
"1617960804439"
duration=
"639000"
/>
<workItem
from=
"1617960804439"
duration=
"639000"
/>
<workItem
from=
"1618193237335"
duration=
"4196000"
/>
<workItem
from=
"1618193237335"
duration=
"4205000"
/>
</task>
<task
id=
"LOCAL-00031"
summary=
"m"
>
<created>
1613792960890
</created>
<option
name=
"number"
value=
"00031"
/>
<option
name=
"presentableId"
value=
"LOCAL-00031"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1613792960890
</updated>
</task>
</task>
<task
id=
"LOCAL-00032"
summary=
"m"
>
<task
id=
"LOCAL-00032"
summary=
"m"
>
<created>
1613793806573
</created>
<created>
1613793806573
</created>
...
@@ -543,7 +532,14 @@
...
@@ -543,7 +532,14 @@
<option
name=
"project"
value=
"LOCAL"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1618197271315
</updated>
<updated>
1618197271315
</updated>
</task>
</task>
<option
name=
"localTasksCounter"
value=
"80"
/>
<task
id=
"LOCAL-00080"
summary=
"换了点皮"
>
<created>
1618197444171
</created>
<option
name=
"number"
value=
"00080"
/>
<option
name=
"presentableId"
value=
"LOCAL-00080"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1618197444171
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"81"
/>
<servers
/>
<servers
/>
</component>
</component>
<component
name=
"TypeScriptGeneratedFilesManager"
>
<component
name=
"TypeScriptGeneratedFilesManager"
>
...
...
src/panels/HelpPanel.ts
View file @
f11b3658
...
@@ -28,7 +28,7 @@ export class HelpPanel extends Panel {
...
@@ -28,7 +28,7 @@ export class HelpPanel extends Panel {
this
.
addChild
(
new
Button
(
RES
.
getRes
(
'关闭按钮.png'
)))
this
.
addChild
(
new
Button
(
RES
.
getRes
(
'关闭按钮.png'
)))
.
addEventListener
(
MouseEvent
.
CLICK
,
()
=>
this
.
hidePanel
())
.
addEventListener
(
MouseEvent
.
CLICK
,
()
=>
this
.
hidePanel
())
.
position
.
set
(
629
,
52
6
);
.
position
.
set
(
629
,
52
0
);
}
}
hidePanel
()
{
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