feat(route): leetcode.com daily question (#10296)

* feat: leetcode.com daily question

* feat: add docs support

* chore(leetcode): use template literal to write GraphQL

* feat(leetcode): add en docs

* Update docs/en/programming.md

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* chore(leetcode): format graphql string

* chore(leetcode): format redundant graphql string
This commit is contained in:
Evan
2022-07-26 07:51:21 -07:00
committed by GitHub
parent bb1279ed1f
commit e323cb6830
6 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
module.exports = {
'/dailyquestion/en': ['NavePnow'],
};