🎨新增每日一言

This commit is contained in:
coward
2024-08-09 10:06:34 +08:00
parent c1d696ac19
commit 8f28f790e0
5 changed files with 68 additions and 2 deletions

6
http/vo/daily_poetry.go Normal file
View File

@@ -0,0 +1,6 @@
package vo
type Poetry struct {
Content string `json:"content"`
Author string `json:"author"`
}