Update: (步骤备份)更新夜间模式同步

This commit is contained in:
wojiaoyishang
2025-01-21 11:02:03 +08:00
parent 813363f0d4
commit b6a64f15dc
5 changed files with 175 additions and 138 deletions
+1
View File
@@ -11,6 +11,7 @@ from applications.schemas import DeptSchema
bp = Blueprint('dept', __name__, url_prefix='/dept')
# Todo: 部门管理后端
@bp.get('/')
@authorize("system:dept:main", log=True)