feat: 统一前后端日志和错误处理

This commit is contained in:
2026-04-19 00:14:22 +08:00
parent fd21e641a2
commit 9d452c4e75
10 changed files with 602 additions and 663 deletions

View File

@@ -10,6 +10,7 @@ use std::pin::Pin;
mod auth;
mod config;
mod db;
mod error;
mod handlers;
mod models;