feat: 添加全局配置相关API

This commit is contained in:
DLmaster361
2025-08-04 19:44:48 +08:00
parent e71a518b49
commit b60225cb74
6 changed files with 89 additions and 7 deletions

View File

@@ -23,5 +23,6 @@ __author__ = "DLmaster361 <DLmaster_361@163.com>"
__license__ = "GPL-3.0 license"
from .scripts import router as scripts_router
from .setting import router as setting_router
__all__ = ["scripts_router"]
__all__ = ["scripts_router", "setting_router"]