更新搜索引擎

This commit is contained in:
2025-08-11 23:10:36 +08:00
parent c617bba52b
commit 61d74561ef
10 changed files with 298 additions and 1 deletions

6
model/article/article.go Normal file
View File

@@ -0,0 +1,6 @@
package article
type Document struct {
Title string `json:"title"`
Body string `json:"body"`
}