mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
trust mark for author
This commit is contained in:
parent
b9f38f0d9c
commit
273f1dc200
@ -568,7 +568,7 @@ export class CustomNodesInstaller extends ComfyDialog {
|
|||||||
data2.textContent = ` ${data.author}`;
|
data2.textContent = ` ${data.author}`;
|
||||||
|
|
||||||
if(data.trust) {
|
if(data.trust) {
|
||||||
data2.textContent = `1${data.author}`;
|
data2.textContent = `✅${data.author}`;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
data2.textContent = ` ${data.author}`;
|
data2.textContent = ` ${data.author}`;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user