优化数据加载

This commit is contained in:
2025-08-10 07:10:47 +08:00
parent 4d9004526d
commit c7d5ce3f0a

View File

@@ -110,6 +110,7 @@ struct JsonlEntry {
#[serde(rename = "requestId")]
request_id: Option<String>,
#[serde(rename = "costUSD")]
#[allow(dead_code)]
cost_usd: Option<f64>,
}