new: Added post search module

This commit is contained in:
2024-12-17 16:15:51 +08:00
parent 474bf3e6bb
commit 9386306e7e
26 changed files with 590608 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ import (
// MPost post metadata
type MPost struct {
Index uint64 `yaml:"index" json:"index"`
Title string `yaml:"title" json:"title"`
Cover string `yaml:"cover" json:"cover"`
Date string `yaml:"date" json:"date"`