We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
做得挺精致,但是有个功能上的问题: 自动循环的circle应该是:工作--休息;现在自动循环只在某一项(工作或休息)上重复。 工作-工作-工作... 或者 休息-休息-休息... 改成 : 工作1-休息1-工作2-休息2... 应该更合适吧。
The text was updated successfully, but these errors were encountered:
+1,正常逻辑应该是:工作1、休息1、工作2、休息2、...、休息N-1、工作N、结束
Sorry, something went wrong.
No branches or pull requests
做得挺精致,但是有个功能上的问题:
自动循环的circle应该是:工作--休息;现在自动循环只在某一项(工作或休息)上重复。
工作-工作-工作... 或者 休息-休息-休息...
改成 :
工作1-休息1-工作2-休息2...
应该更合适吧。
The text was updated successfully, but these errors were encountered: