feat: 添加全局配置相关API
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user