Skip to content

Commit 501553a

Browse files
committed
tooltip1
1 parent f543df6 commit 501553a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dao/bricksDao.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ class BricksDao {
134134
case BricksType.TYPE_6:
135135
// 6: (1天后搬砖(hard))
136136
return BricksTypeName.TYPE_6;
137+
default:
138+
return "";
137139
}
138140
}
139141

0 commit comments

Comments
 (0)