feat: 添加更新接口

This commit is contained in:
DLmaster361
2025-09-09 20:00:24 +08:00
parent 1fd357a49c
commit 4f8c12292b
7 changed files with 477 additions and 1 deletions

View File

@@ -25,5 +25,6 @@ __license__ = "GPL-3.0 license"
from .matomo import Matomo
from .notification import Notify
from .system import System
from .update import Updater
__all__ = ["Notify", "System"]
__all__ = ["Matomo", "Notify", "System", "Updater"]