Merge remote-tracking branch 'origin/main' into custom-nodes-manager

This commit is contained in:
cenfun
2024-06-09 16:46:09 +08:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -568,7 +568,7 @@ export class CustomNodesInstaller extends ComfyDialog {
data2.textContent = ` ${data.author}`;
if(data.trust) {
data2.textContent = `${data.author}`;
data2.innerHTML = `<span title="This author has been active for more than six months in GitHub">${data.author}</span>`;
}
else {
data2.textContent = ` ${data.author}`;