mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-13 14:54:39 +08:00
Update help_popup.js
This commit is contained in:
parent
029ba664b5
commit
c03dfa2d62
@ -52,7 +52,10 @@ app.registerExtension({
|
|||||||
if (nodeData?.category?.startsWith("KJNodes")) {
|
if (nodeData?.category?.startsWith("KJNodes")) {
|
||||||
addDocumentation(nodeData, nodeType);
|
addDocumentation(nodeData, nodeType);
|
||||||
}
|
}
|
||||||
if (nodeData?.category?.includes("SUPIR")) {
|
if (nodeData?.category?.startsWith("SUPIR")) {
|
||||||
|
addDocumentation(nodeData, nodeType);
|
||||||
|
}
|
||||||
|
if (nodeData?.category?.startsWith("VoiceCraft")) {
|
||||||
addDocumentation(nodeData, nodeType);
|
addDocumentation(nodeData, nodeType);
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
@ -104,6 +107,9 @@ const create_documentation_stylesheet = () => {
|
|||||||
/* Scrollbar styling for Firefox */
|
/* Scrollbar styling for Firefox */
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
scrollbar-color: var(--fg-color) var(--bg-color);
|
scrollbar-color: var(--fg-color) var(--bg-color);
|
||||||
|
a {
|
||||||
|
color: yellow;
|
||||||
|
}
|
||||||
a:visited {
|
a:visited {
|
||||||
color: orange;
|
color: orange;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user