1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-10-08 16:55:17 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

修复番茄钟初始界面问题

This commit is contained in:
simonzhangs
2022-02-09 17:45:50 +08:00
parent dd73fb03ed
commit 7a621d6e25
2 changed files with 2 additions and 27 deletions

View File

@@ -59,7 +59,7 @@ chrome.runtime.onMessage.addListener((message, sender, sendResponse) => {
minutes: 24,
seconds: 60,
countdownTimer: "25:00",
status: "start",
status:"init"
},
});
} else {