fix: 修复日志页面自动滚动问题 (#382)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-07-09 23:34:50 +08:00
committed by GitHub
parent ce60838244
commit 74a45526f0
13 changed files with 43 additions and 35 deletions

View File

@@ -5,4 +5,4 @@ mod response;
mod routes;
mod wrapper;
pub use routes::{MpscWriter, router};
pub use routes::{MAX_HISTORY_LOGS, MpscWriter, router};