Skip to content

Commit

Permalink
fix: 修复下载资源时动画播放完后卡住的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Oct 9, 2023
1 parent 6cd18b1 commit 02e4e01
Showing 1 changed file with 36 additions and 12 deletions.
48 changes: 36 additions & 12 deletions assets/resource/pipeline/startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,18 @@
"下载中"
],
"roi": [
1067,
593,
169,
127
[
1067,
593,
169,
127
],
[
17,
567,
175,
137
]
],
"next": [
"Downloading",
Expand All @@ -303,10 +311,18 @@
"校验中"
],
"roi": [
1067,
593,
168,
127
[
1067,
593,
168,
127
],
[
17,
567,
175,
137
]
],
"next": [
"Checking",
Expand All @@ -320,10 +336,18 @@
"下载完成"
],
"roi": [
1049,
594,
186,
126
[
1049,
594,
186,
126
],
[
19,
571,
197,
131
]
],
"next": [
"DownloadedConfirm"
Expand Down

0 comments on commit 02e4e01

Please sign in to comment.