mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
new: Automatically pull Markdown files from Tencent Cloud COS
This commit is contained in:
@@ -34,9 +34,9 @@ type MApp struct {
|
||||
SrcFiles []model.MFileInfo
|
||||
}
|
||||
|
||||
const (
|
||||
SRC = "_post/src" // source markdown files
|
||||
DST = "_post/dst" // destination html files
|
||||
var (
|
||||
SRC = config.MConfigInstance.Storage.SRC // source markdown files
|
||||
DST = config.MConfigInstance.Storage.DST // destination html files
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user