mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-07 16:35:15 +08:00
倒计时功能 初版完成
This commit is contained in:
18
gitee_pomodoro/timer.js
Normal file
18
gitee_pomodoro/timer.js
Normal file
@@ -0,0 +1,18 @@
|
||||
// window.onload = function(){
|
||||
// chrome.storage.sync.set({
|
||||
// pause: true,
|
||||
// minutes:25,
|
||||
// seconds:60,
|
||||
// pomodoro:"pomodoro",
|
||||
// countdownTimer:"25:00",
|
||||
// pbutton:"pomodoroBtn",
|
||||
// countFlag:false
|
||||
// });
|
||||
|
||||
// chrome.storage.sync.get("countFlag",({countFlag})=>{
|
||||
// if(countFlag){
|
||||
// count();
|
||||
// }
|
||||
// })
|
||||
|
||||
// }
|
Reference in New Issue
Block a user