feat: add generated scene skill platform hardening

This commit is contained in:
木炎
2026-04-21 23:19:06 +08:00
parent 118fc77935
commit 956f0c2b68
439 changed files with 61974 additions and 3645 deletions

View File

@@ -47,7 +47,10 @@ async fn openxml_office_tool_renders_hotlist_xlsx_from_rows() {
let output_json: serde_json::Value = serde_json::from_str(&result.output).unwrap();
assert_eq!(output_json["row_count"], 2);
assert_eq!(output_json["renderer"], "openxml_office");
assert_eq!(output_json["output_path"], json!(output_path.to_str().unwrap()));
assert_eq!(
output_json["output_path"],
json!(output_path.to_str().unwrap())
);
let xml = read_sheet_xml(&output_path);
assert!(xml.contains("问题一"));