Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Jan 25, 2024
1 parent d2af08c commit e3bb3c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion doc-site/.dumi/theme/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export default function (api) {
// github-button
api.addHTMLHeadScripts(() => `
var timer = setInterval(() => {
console.log(111)
if (performance.now() > 10000) {
clearInterval(timer)
return
Expand Down
1 change: 1 addition & 0 deletions doc-site/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
/dist
.dumi/tmp
.dumi/tsconfig.json
.dumi/tmp-production
.DS_Store

0 comments on commit e3bb3c5

Please sign in to comment.