feat: 后端添加version上报

This commit is contained in:
DLmaster361
2025-09-07 03:21:38 +08:00
parent 2636858fc0
commit 6bf30b4dc6
8 changed files with 199 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ __version__ = "5.0.0"
__author__ = "DLmaster361 <DLmaster_361@163.com>"
__license__ = "GPL-3.0 license"
from .matomo import Matomo
from .notification import Notify
from .system import System