Skip to content

Commit e6bf0a9

Browse files
committed
更新版本V0.0.64
更新版本V0.0.64
1 parent edbfed8 commit e6bf0a9

File tree

7 files changed

+162
-197
lines changed

7 files changed

+162
-197
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,15 @@
3030

3131
> 最新更新:2025-09-14
3232
33-
> 0.0.63 公测版本介绍 如果你要使用本插件请务必进我们的官方 QQ 群(1018231382)!
33+
> 0.0.64 公测版本介绍 如果你要使用本插件请务必进我们的官方 QQ 群(1018231382)!
3434
>
3535
> 1. 修复了已知BUG(Comfyui中执行栏拖拽图标错位问题)
3636
>
3737
> 2. 修改部分UI问题
3838
>
3939
> 3. 合并PR [#38](https://github.com/weilin9999/WeiLin-Comfyui-Tools/pull/38) 感谢各位小伙伴的帮助
4040
>
41+
> 4. 下午5点30分:侧边标签增加收纳功能
4142
4243
<details>
4344
<summary>点击查看往期更多更新内容</summary>

README_EN.md

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

2727
> Last updated: 2025-09-14
2828
29-
> 0.0.63 Public Beta Version Introduction: If you want to use this plugin, please be sure to join our official QQ group (1018231382)!
29+
> 0.0.64 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 a known BUG (the issue of misaligned drag ICONS in the execution bar in Comfyui)
3232
>
3333
> 2. Fix some UI issues
3434
>
3535
> 3. Merge PR [#38](https://github.com/weilin9999/WeiLin-Comfyui-Tools/pull/38) thank you for your friend's help
3636
>
37+
> 4. 5:30 p.m. : The side label adds storage function
3738
3839
<details>
3940
<summary>Click here for more updates from the past</summary>

dist/javascript/main.entry.js

Lines changed: 154 additions & 191 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.63"
4+
version = "0.0.64"
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.63";
1+
export const version = "v0.0.64";

0 commit comments

Comments
 (0)