File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments