package
Version:
v0.0.0-...-c150a58
Opens a new window with list of versions in this module.
Published: Sep 3, 2024
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func CheckResourceVersion(remoteVersionFileUrl string, localVersionFilePath string) bool
检查资源是否有更新
func UpdateResource(maaResourceFileUrl string, maaDir string)
type ResourceVersionFileContent struct {
Activity struct {
Name string `json:"name"`
Time int64 `json:"time"`
} `json:"activity"`
LastUpdated string `json:"last_updated"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.