File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,17 +112,17 @@ class StatusBarTimeService implements Disposable {
112
112
if ( this . questionNode ?. id ) {
113
113
pre = `${ this . questionNode ?. id } 题` ;
114
114
}
115
- this . showBar . text = `${ pre } 计时:${ diffstr } ` ;
115
+ this . showBar . text = `${ pre } 计时: ${ diffstr } ` ;
116
116
} else if ( this . saveTime > 0 ) {
117
117
let diff = this . saveTime ;
118
118
let diffstr = this . getDiffStr ( diff ) ;
119
119
let pre = "做题" ;
120
120
if ( this . questionNode ?. id ) {
121
121
pre = `${ this . questionNode ?. id } 题` ;
122
122
}
123
- this . showBar . text = `${ pre } 题计时: ${ diffstr } ` ;
123
+ this . showBar . text = `${ pre } 计时: ${ diffstr } ` ;
124
124
} else {
125
- this . showBar . text = `做题计时:${ this . getDiffStr ( 0 ) } ` ;
125
+ this . showBar . text = `做题计时: ${ this . getDiffStr ( 0 ) } ` ;
126
126
}
127
127
}
128
128
You can’t perform that action at this time.
0 commit comments