Skip to content

Commit a34b328

Browse files
committed
refactor: 增加延时
1 parent f68cac1 commit a34b328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Components/Layout/BaseLayout.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function doTask(invoke) {
2424
const handler = setTimeout(async () => {
2525
clearTimeout(handler);
2626
await invoke.invokeMethodAsync("ShowVoteToast");
27-
}, 1000);
27+
}, 10000);
2828

2929
EventHandler.on(document, 'click', '#bb-gitee-vote', e => {
3030
const toast = e.delegateTarget.closest('.toast');

0 commit comments

Comments
 (0)