feat(route): add Whoscall (#8478)

* feat(route): add Whoscall

* fix: add docs
This commit is contained in:
Ethan Shen
2022-02-02 03:37:46 +08:00
committed by GitHub
parent 8b3dd8209f
commit c2a886f91d
5 changed files with 115 additions and 0 deletions

View File

@@ -90,6 +90,33 @@ pageClass: routes
<Route author="CitrusIce" example="/phrack" path="/phrack" />
## Whoscall
### 最新文章
<Route author="nczitzk" example="/whoscall" path="/whoscall"/>
</Route>
### 分類
<Route author="nczitzk" example="/whoscall/categories/5-Whoscall 百科" path="/whoscall/categories/:category?" :paramsDesc="['分类,见下表,可在对应分類页 URL 中找到,默认为最新文章']">
| News | Whoscall 百科 | 防詐小學堂 | Whoscall 日常 |
| ------ | --------------- | -------------- | --------------- |
| 1-News | 5-Whoscall 百科 | 4 - 防詐小學堂 | 6-Whoscall 日常 |
</Route>
### 標籤
<Route author="nczitzk" example="/whoscall/tags/whoscall小百科" path="/whoscall/tags/:tag?" :paramsDesc="['標籤,见下表,可在对应標籤页 URL 中找到,默认为最新文章']">
| 防疫也防詐 | 防詐專家 | 來電辨識 | whoscall 日常 |
| ---------- | -------- | -------- | ------------- |
</Route>
## WordPress
<Route author="Lonor" example="/blogs/wordpress/lawrence.code.blog" path="/blogs/wordpress/:domain/:https?" :paramsDesc="['WordPress 博客域名', '默认 https 协议。填写 `http``https`']"/>