Patch version increment to 1.35.3

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7405-1-35-3-2c76d73d36508146b66bc18c512fd6ea)
by [Unito](https://www.unito.io)

---------

Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Comfy Org PR Bot
2025-12-12 16:48:32 +09:00
committed by GitHub
parent 2a68dbff5a
commit e41c6934db
12 changed files with 494 additions and 309 deletions

View File

@@ -29,12 +29,26 @@
"name": "画布背景图像",
"tooltip": "画布背景的图像 URL。你可以在输出面板中右键点击一张图片并选择“设为背景”来使用它。"
},
"Comfy_Canvas_LeftMouseClickBehavior": {
"name": "左键点击行为",
"options": {
"Panning": "平移",
"Select": "选择"
}
},
"Comfy_Canvas_MouseWheelScroll": {
"name": "鼠标滚轮滚动",
"options": {
"Panning": "平移",
"Zoom in/out": "放大/缩小"
}
},
"Comfy_Canvas_NavigationMode": {
"name": "画布导航模式",
"options": {
"Custom": "自定义",
"Drag Navigation": "拖动画布",
"Standard (New)": "标准(新)",
"Custom": "自定义"
"Standard (New)": "标准(新)"
}
},
"Comfy_Canvas_SelectionToolbox": {
@@ -312,6 +326,13 @@
"small": "小"
}
},
"Comfy_Sidebar_Style": {
"name": "侧边栏样式",
"options": {
"connected": "连接式",
"floating": "浮动式"
}
},
"Comfy_Sidebar_UnifiedWidth": {
"name": "统一侧边栏宽度"
},
@@ -339,6 +360,14 @@
"Comfy_Validation_Workflows": {
"name": "校验工作流"
},
"Comfy_VueNodes_AutoScaleLayout": {
"name": "自动缩放布局Vue节点",
"tooltip": "切换到Vue渲染时自动缩放节点位置以防止重叠"
},
"Comfy_VueNodes_Enabled": {
"name": "现代节点设计Vue节点",
"tooltip": "现代基于DOM的渲染具有增强的交互性、原生浏览器功能和更新的视觉设计。经典传统的画布渲染。"
},
"Comfy_WidgetControlMode": {
"name": "组件控制模式",
"options": {
@@ -376,6 +405,9 @@
"Comfy_Workflow_SortNodeIdOnSave": {
"name": "保存节点ID到工作流"
},
"Comfy_Workflow_WarnBlueprintOverwrite": {
"name": "覆盖现有子图蓝图时需要确认"
},
"Comfy_Workflow_WorkflowTabsPosition": {
"name": "已打开工作流的位置",
"options": {
@@ -407,37 +439,5 @@
},
"pysssss_SnapToGrid": {
"name": "始终吸附到网格"
},
"Comfy_Canvas_LeftMouseClickBehavior": {
"name": "左键点击行为",
"options": {
"Panning": "平移",
"Select": "选择"
}
},
"Comfy_Canvas_MouseWheelScroll": {
"name": "鼠标滚轮滚动",
"options": {
"Panning": "平移",
"Zoom in/out": "放大/缩小"
}
},
"Comfy_Sidebar_Style": {
"name": "侧边栏样式",
"options": {
"floating": "浮动式",
"connected": "连接式"
}
},
"Comfy_VueNodes_AutoScaleLayout": {
"name": "自动缩放布局Vue节点",
"tooltip": "切换到Vue渲染时自动缩放节点位置以防止重叠"
},
"Comfy_VueNodes_Enabled": {
"name": "现代节点设计Vue节点",
"tooltip": "现代基于DOM的渲染具有增强的交互性、原生浏览器功能和更新的视觉设计。经典传统的画布渲染。"
},
"Comfy_Workflow_WarnBlueprintOverwrite": {
"name": "覆盖现有子图蓝图时需要确认"
}
}