完善部分内容

This commit is contained in:
dragon
2025-01-06 17:31:18 +08:00
parent 246bf13a6c
commit bb8966521c
5 changed files with 117 additions and 47 deletions

9
pkg/core/page.go Normal file
View File

@@ -0,0 +1,9 @@
package core
type PageContent struct {
meta PageMeta
}
func (p *PageContent) GetMeta(domain, path string) (*PageMeta, error) {
}