增加说说 影集支持模块
This commit is contained in:
@@ -14,6 +14,7 @@ import (
|
||||
type Config struct {
|
||||
userConfig
|
||||
systemConfig
|
||||
memosConfig
|
||||
}
|
||||
|
||||
//
|
||||
|
8
config/memos.go
Normal file
8
config/memos.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
type memosConfig struct {
|
||||
MemosUser string `json:"memos_user"`
|
||||
MemosURL string `json:"memos_url"`
|
||||
MemosAlbumTag string `json:"memos_album_tag"`
|
||||
MemosTalkTag string `json:"memos_talk_tag"`
|
||||
}
|
@@ -5,6 +5,8 @@ type userConfig struct {
|
||||
|
||||
Author string `json:"author"`
|
||||
|
||||
Qq string `json:"qq"`
|
||||
|
||||
Icp string `json:"icp"`
|
||||
|
||||
TimeLayout string `json:"timeLayout"`
|
||||
|
Reference in New Issue
Block a user