Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ complete
Method
complete
src/ui/components/Progress.ts:334–337 ·
view source on GitHub ↗
* 完成进度条
()
Source
from the content-addressed store, hash-verified
332
* 完成进度条
333
*/
334
public complete(): void {
335
this.update(this.total);
336
UIDisplay.success(
'完成!'
);
337
}
338
339
/**
340
* 格式化时间
Callers
nothing calls this directly
Calls
2
update
Method · 0.95
success
Method · 0.80
Tested by
no test coverage detected