feat: enhance node registration and management with support for multiple nodes and improved UI elements. Fixes #220

This commit is contained in:
Will Miao
2025-06-26 23:00:55 +08:00
parent eb57e04e95
commit 64dd2ed141
10 changed files with 514 additions and 166 deletions

View File

@@ -147,9 +147,9 @@ app.registerExtension({
};
// Call registration
setTimeout(() => {
this.registerNode();
}, 0);
// setTimeout(() => {
// this.registerNode();
// }, 0);
});
}
},