调整报告样式

This commit is contained in:
mgw
2025-03-25 15:00:18 +08:00
parent ac2d81285e
commit f011c1efda
3 changed files with 26 additions and 8 deletions

View File

@@ -112,3 +112,9 @@ class QualityReportController(http.Controller):
]
)
return request.not_found()
@http.route('/quality/report/not_published', type='http', auth='public')
def get_not_published_report(self, **kw):
"""提供未发布报告的控制器"""
return "报告尚未发布"