CN.1528799902047748:fa37bca17ed32d04534a25565d786894_690b33d47e9f9679ccd8976b.690c98a15f81bbbe73208cfc.690c98a19b6b052c18f7bc8e:Trae CN.T(2025/11/6 20:46:25)#3
Open
tianmacgw wants to merge 1 commit intoicodechef:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
优化番茄钟的控制逻辑功能,具体需求如下:
1、在番茄钟开始页面增加通过摄像头监测是否有人在手机面前持续10秒以上且没有操作屏幕的情况下自动开始番茄计时
2、当一个番茄钟结束后如果摄像头监测到还有人在手机面前持续20秒以上且没有操作屏幕的情况下则再次自动开始一个新的番茄计时
3、当手机摄像头监测到面前持续30秒没有人时自动结束番茄计时
4、给番茄时钟加上允许输入主题功能,默认主题为空,如果开始之前想输入一个主题再开始则提供优雅的输入方式填写后开始
5、确保这些功能不影响原有功能,这次做的是增量开发,需要保证原有功能正常然后附加一种更人性化的开始方式