forked from baobao12356/front-end-daily-question
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
791c783
commit 74c160b
Showing
1 changed file
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
# `requirements` | ||
|
||
> TODO: description | ||
## Usage | ||
|
||
``` | ||
const requirements = require('requirements'); | ||
// TODO: DEMONSTRATE API | ||
``` | ||
# 需求文档 | ||
- 需要使用github进行第三方登录 | ||
- 能在vscode左侧看到每日一题的标题,每天更新一道题 | ||
- 点击题目可以在右则看到题目的具体内容,然后可以通过md格式进行回答 | ||
- 回答之后可以看到参考答案以及其它人的回答 |