优化系统界面并接入正式品牌标识

This commit is contained in:
Certificate System
2026-08-13 19:12:52 +08:00
parent 7d08f74580
commit 522f529c6a
17 changed files with 1092 additions and 313 deletions

View File

@@ -0,0 +1,8 @@
from app.api.routes.admin_logs import router
from app.schemas.log import OperationLogPage
def test_operation_log_list_uses_paginated_response_model():
list_route = next(route for route in router.routes if route.path == "")
assert list_route.response_model is OperationLogPage