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

倒计时功能 初版完成

This commit is contained in:
simonzhangs
2022-02-03 20:46:59 +08:00
parent 839518f25d
commit 7354bf65ed
7 changed files with 738 additions and 49 deletions

18
gitee_pomodoro/timer.js Normal file
View 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();
// }
// })
// }