mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-08 16:55:17 +08:00
修复番茄钟初始界面问题
This commit is contained in:
@@ -59,7 +59,7 @@ chrome.runtime.onMessage.addListener((message, sender, sendResponse) => {
|
||||
minutes: 24,
|
||||
seconds: 60,
|
||||
countdownTimer: "25:00",
|
||||
status: "start",
|
||||
status:"init"
|
||||
},
|
||||
});
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user