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
0d01fd3d
Commit
0d01fd3d
authored
Apr 12, 2021
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换了点皮
parent
a4afda85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
18 deletions
+9
-18
workspace.xml
.idea/workspace.xml
+9
-17
LoadingScene.ts
src/scene/LoadingScene.ts
+0
-1
No files found.
.idea/workspace.xml
View file @
0d01fd3d
...
...
@@ -2,15 +2,7 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"0d3cb18d-e144-41a0-bc8b-4877c2e1fef1"
name=
"默认的"
comment=
"换了点皮"
>
<change
afterPath=
"$PROJECT_DIR$/resource/loadingScene/loading_line_left1.png"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/resource/loadingScene/loading_line_left2.png"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/resource/loadingScene/loading_line_right.png"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/resource/loadingScene/loading_shoes.png"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/resource/loadingScene/loadingBg.jpg"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/resource/loadingScene/loadingBg.jpg"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/resource/res.json"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/resource/res.json"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/ResJson.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/ResJson.ts"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/scene/LoadingScene.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/scene/LoadingScene.ts"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
@@ -204,14 +196,7 @@
<workItem
from=
"1617871191619"
duration=
"121000"
/>
<workItem
from=
"1617890665920"
duration=
"181000"
/>
<workItem
from=
"1617960804439"
duration=
"639000"
/>
<workItem
from=
"1618193237335"
duration=
"14471000"
/>
</task>
<task
id=
"LOCAL-00043"
summary=
"m"
>
<created>
1614049858546
</created>
<option
name=
"number"
value=
"00043"
/>
<option
name=
"presentableId"
value=
"LOCAL-00043"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1614049858546
</updated>
<workItem
from=
"1618193237335"
duration=
"14585000"
/>
</task>
<task
id=
"LOCAL-00044"
summary=
"m"
>
<created>
1614051416478
</created>
...
...
@@ -549,7 +534,14 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1618211471590
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"92"
/>
<task
id=
"LOCAL-00092"
summary=
"换了点皮"
>
<created>
1618213267192
</created>
<option
name=
"number"
value=
"00092"
/>
<option
name=
"presentableId"
value=
"LOCAL-00092"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1618213267192
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"93"
/>
<servers
/>
</component>
<component
name=
"TypeScriptGeneratedFilesManager"
>
...
...
src/scene/LoadingScene.ts
View file @
0d01fd3d
...
...
@@ -94,7 +94,6 @@ export class LoadingScene extends Scene {
//询问读取权限,不阻止进程
// Tools.checkPermission();//这个需要吗?
// 游戏基本信息
const
baseInfo
=
await
Tools
.
getGameInfo
();
if
(
!
baseInfo
)
showToast
(
"获取游戏信息失败"
);
...
...
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