Fix linting and upate webui assets

This commit is contained in:
yangdx
2025-03-15 00:33:53 +08:00
parent fc4582b260
commit fdaf199b15
8 changed files with 154 additions and 154 deletions

View File

@@ -101,7 +101,7 @@ const refineNodeProperties = (node: RawNodeType): NodeType => {
// 获取所有边
const edges = state.sigmaGraph.edges(node.id)
// 处理每条边
for (const edgeId of edges) {
// 检查边是否还存在