main.py: Login error message bug fix, page not found error handling a…#3
Open
GaoxingAbdullah wants to merge 25 commits intomasterfrom
Open
main.py: Login error message bug fix, page not found error handling a…#3GaoxingAbdullah wants to merge 25 commits intomasterfrom
GaoxingAbdullah wants to merge 25 commits intomasterfrom
Conversation
…nd internal server error bug fix, 404.html, 500.html added to handle error pages.
添加熟悉和不熟悉按钮功能,如果点熟悉,就将生词簿中该单词后面记录的添加次数减一,直至减为0,就将该单词从生词簿中移除;如果点不熟悉,就将生词簿中该单词后面记录的添加次数加1。
在生词簿每个单词后面,加上两个按钮,熟悉与不熟悉。如果点熟悉,就将生词簿中该单词后面记录的添加次数减一,直至减为0,就将该单词从生词簿中移除;如果点不熟悉,就将生词簿中该单词后面记录的添加次数加一。
创建文件,介绍修改内容
…0114 Spm spring2021 2600 朱文琦201836900114 Thanks 朱文琦. For more information about this Pull Request. See the following Kanban: http://118.25.96.118/kanboard/?controller=BoardViewController&action=readonly&token=746d456a7fc60ccd5ab4dd015dcf3b9dbdddd3207fc26185c956d658bc2f -Hui
app/test/test_next_essay.py: click Next button 5 times.
jenkins file added.
…nd internal server error bug fix, 404.html, 500.html added to handle error pages.
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.
…nd internal server error bug fix, 404.html, 500.html added to handle error pages.