mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-26 18:17:30 +08:00
Merge remote-tracking branch 'origin/main' into custom-nodes-manager
This commit is contained in:
@@ -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}`;
|
||||
|
||||
Reference in New Issue
Block a user