feat: add joke api (#294)

* feat: add joke api
close #124

* chore: count boundary

* fix: bug fix
chore: update README.md

* feat: add publicapi.json
This commit is contained in:
zhaoyang
2021-12-08 18:38:03 +08:00
committed by GitHub
parent 1688a9efdd
commit 72827704d2
15 changed files with 787 additions and 0 deletions

6
joke/publicapi.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "joke",
"icon": "🃏",
"category": "for fun",
"display_name": "Jokes"
}