refactor(pipeline): 路径直接传输 — 统一 ctx 字段名/panel key/step 形参名

This commit is contained in:
DXC
2026-06-03 17:29:41 +08:00
parent 517bb28611
commit 343e316799
99 changed files with 9127 additions and 91 deletions

24
.qwen/settings.json Normal file
View File

@ -0,0 +1,24 @@
{
"permissions": {
"allow": [
"Bash(\"c:\\users\\duxin\\appdata\\local\\programs\\python\\python311\\python.exe\" *)",
"Bash(get-childitem *)",
"Bash(select-object *)",
"Bash(python *)",
"Bash(where *)",
"Bash(conda *)",
"Bash(dir *)",
"Bash(cmd *)",
"Bash(del *)",
"Bash(powershell *)",
"Bash(git *)",
"Bash(type *)",
"Bash(.\\venv\\scripts\\python.exe *)",
"Bash(\"d:\\111\\office\\zhlduijie\\1.wq\\wq_gui\\venv\\scripts\\python.exe\" *)",
"Bash(c:\\users\\duxin\\appdata\\local\\programs\\python\\python311\\python.exe *)",
"Bash(venv\\scripts\\python.exe *)",
"Bash(findstr *)"
]
},
"$version": 4
}