new: Improve the automatic update module, add authentication, and fix some bugs

This commit is contained in:
2024-12-18 00:02:55 +08:00
parent 95f4496ab6
commit 05df3fa376
12 changed files with 109 additions and 22 deletions

View File

@@ -1,7 +1,6 @@
package mApp
import (
"MollyBlog/internal/storage"
"errors"
"fmt"
"io"
@@ -9,6 +8,7 @@ import (
"path/filepath"
"MollyBlog/internal/model"
"MollyBlog/internal/storage"
"MollyBlog/utils"
"gopkg.in/yaml.v3"