new: Add RSS Feed

This commit is contained in:
2024-12-19 12:13:56 +08:00
parent cbd6d07d52
commit 2a5d17676f
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