Skip to content

Commit 2622466

Browse files
committed
2.0.3
1 parent ff15de8 commit 2622466

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/modules/settings.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ export function registerSettings() {
10841084
cell.style.gap = "12px";
10851085
// 版本徽标容器(整体可点击跳转最新版本)
10861086
const versionLink = document.createElement("a");
1087-
versionLink.href = "https://github.com/yawiii/comfyui_prompt_assistant/releases/latest";
1087+
versionLink.href = "https://github.com/yawiii/ComfyUI-Prompt-Assistant/releases/latest";
10881088
versionLink.target = "_blank";
10891089
versionLink.style.textDecoration = "none";
10901090
versionLink.style.display = "flex";
@@ -1150,14 +1150,14 @@ export function registerSettings() {
11501150

11511151
// GitHub 徽标
11521152
const authorTag = document.createElement("a");
1153-
authorTag.href = "https://github.com/yawiii/comfyui_prompt_assistant";
1153+
authorTag.href = "https://github.com/yawiii/ComfyUI-Prompt-Assistant";
11541154
authorTag.target = "_blank";
11551155
authorTag.style.textDecoration = "none";
11561156
authorTag.style.display = "flex";
11571157
authorTag.style.alignItems = "center";
11581158
const authorBadge = document.createElement("img");
11591159
authorBadge.alt = "Static Badge";
1160-
authorBadge.src = "https://img.shields.io/github/stars/yawiii/comfyui_prompt_assistant?style=flat&logo=github&logoColor=%23292F34&label=Yawiii&labelColor=%23FFFFFF&color=blue";
1160+
authorBadge.src = "https://img.shields.io/github/stars/yawiii/ComfyUI-Prompt-Assistant?style=flat&logo=github&logoColor=%23292F34&label=Yawiii&labelColor=%23FFFFFF&color=blue";
11611161
authorBadge.style.display = "block";
11621162
authorBadge.style.height = "20px";
11631163
authorTag.appendChild(authorBadge);

0 commit comments

Comments
 (0)