Version: 2.4.7 Update

This commit is contained in:
gh0stkey
2023-09-28 01:42:09 +08:00
parent e698bb1caa
commit 6a17064b3a

View File

@@ -94,6 +94,7 @@ public class ExtractContent {
tmpMap.put("color", color);
String dataStr = String.join("\n", result);
tmpMap.put("data", dataStr);
map.put(nameAndSize, tmpMap);
// 添加到全局变量中便于Databoard检索
if (!host.isEmpty()) {
@@ -127,9 +128,6 @@ public class ExtractContent {
Config.globalDataMap.put("*", new HashMap<>());
}
}
map.put(nameAndSize, tmpMap);
}
}
});