Skip to content

Commit f7a5246

Browse files
committed
更新版本V0.0.58
更新版本V0.0.58
1 parent dc6b512 commit f7a5246

File tree

9 files changed

+11
-8
lines changed

9 files changed

+11
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
> 最新更新:2025-05-07
3232
33-
> 0.0.57 公测版本介绍 如果你要使用本插件请务必进我们的官方 QQ 群(1018231382)!
33+
> 0.0.58 公测版本介绍 如果你要使用本插件请务必进我们的官方 QQ 群(1018231382)!
3434
>
3535
> 1. 修复了已知BUG
3636
>

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Due to limited personal time, the frequency of updating plug-ins will not be ver
2626

2727
> Last updated: 2025-05-07
2828
29-
> 0.0.57 Public Beta Version Introduction: If you want to use this plugin, please be sure to join our official QQ group (1018231382)!
29+
> 0.0.58 Public Beta Version Introduction: If you want to use this plugin, please be sure to join our official QQ group (1018231382)!
3030
>
3131
> 1. Fixed known bugs
3232
>

dist/javascript/main.entry.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/javascript/main.entry.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "weilin-comfyui-tools"
33
description = "让你在 ComfyUI 中快捷的使用提示词工具 Quickly use the prompt word tool in ComfyUI"
4-
version = "0.0.57"
4+
version = "0.0.58"
55
license = {file = "LICENSE"}
66
dependencies = []
77

src/src/utils/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "v0.0.57";
1+
export const version = "v0.0.58";

src/src/view/lora_manager/lora_index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ defineExpose({
705705
gap: 8px;
706706
margin-bottom: 16px;
707707
flex-wrap: wrap;
708+
min-height: 40px; /* 添加最小高度 */
708709
max-height: 100px;
709710
overflow-y: auto;
710711
}
@@ -754,6 +755,7 @@ defineExpose({
754755
margin-top: -8px;
755756
flex-wrap: wrap;
756757
padding-left: 16px;
758+
min-height: 40px; /* 确保与category-nav一致 */
757759
max-height: 100px;
758760
overflow-y: auto;
759761
}

src/src/view/prompt_box/prompt_index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@
481481
padding: 6px;
482482
box-sizing: border-box;
483483
max-height: 600px;
484+
min-height: 200px; /* 确保有足够的最小高度 */
484485
overflow: hidden;
485486
display: flex;
486487
flex-direction: column;

0 commit comments

Comments
 (0)