new: Add RSS Feed

This commit is contained in:
yv1ing
2024-12-19 12:13:56 +08:00
parent 0f8363baa4
commit 54b7f37388
11 changed files with 95 additions and 40 deletions

View File

@@ -23,6 +23,8 @@ type MApp struct {
engine *gin.Engine
searcher *engine.Engine
RSS string
Posts []*model.MPost
IndexedPosts map[uint64]*model.MPost