mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-26 18:17:30 +08:00
add trust icon for author
This commit is contained in:
@@ -799,6 +799,9 @@ export class CustomNodesManager {
|
||||
width: 100,
|
||||
classMap: "cn-node-author",
|
||||
formatter: (author, rowItem, columnItem) => {
|
||||
if (rowItem.trust) {
|
||||
return `<span title="This author has been active for more than six months in GitHub">✅ ${author}</span>`;
|
||||
}
|
||||
return author;
|
||||
}
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user