This repository has been archived by the owner on Jun 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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
9f48c9f
commit 74a2a00
Showing
2 changed files
with
29 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.idea | ||
Typecho-hitokoto.iml |
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 +1,28 @@ | ||
# Typecho-hitokoto | ||
|
||
### Typecho侧边栏一言插件 | ||
|
||
> 无论在哪里遇到你,我都会喜欢上你。 | ||
调用一言接口 `https://v1.hitokoto.cn/` 返回json | ||
|
||
具体接口调用选项参考 [这里](https://hitokoto.cn/api) | ||
|
||
json: | ||
````json | ||
// https://v1.hitokoto.cn/ | ||
|
||
{ | ||
"id": 542, | ||
"hitokoto": "由变态化身成为变态,也就是真·变态,也就是说,完全变态呢。", | ||
"type": "a", | ||
"from": "一拳超人", | ||
"creator": "没了", | ||
"created_at": "1472551518" | ||
} | ||
|
||
```` | ||
|
||
特别感谢一言提供接口。 | ||
|
||
[点此](https://afdian.net/@hitokoto) 打赏一言作者~ |