whyour
whyour
不要执行 check,你这 sqlite3 安装不成功,有问题直接更新镜像就行
依赖是拉取的,要不创建 ql 的任务,要在加黑名单
https://github.com/whyour/qinglong/issues/897#issuecomment-1085888178 看能不能参考下
2.19.2 分支的有问题 用 latest 镜像是可以的,刚才更新了下 2.19.2 的镜像
提供下最小复现 demo
> > 提供下最小复现 demo > > 2.17.5的所在打包的docker镜像的openssl版本高导致的 > 2.17.5的为3.3.0版本 > 2.17.4的为3.1.4版本 > 拉取2.17.4的docker镜像,网页升级成2.17.5没有问题 > >  有最小复现 demo 吗,是不是你访问的网站有问题
参考 https://github.com/whyour/qinglong/issues/2420#issuecomment-2213003603
@copilot workflowEditorModal 使用 https://flowgram.ai/examples/free-layout/free-feature-overview.html#%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5 实现参考 https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-free-layout src/ ├── app.tsx # 应用入口文件 ├── editor.tsx # 编辑器主组件 ├── initial-data.ts # 初始化数据配置 ├── assets/ # 静态资源 ├── components/ # 组件库 │ ├── index.ts...
@copilot SQLITE_ERROR: table Scenarios has no column named status
@copilot useEditorProps plugins 是个函数 createFreeNodePanelPlugin 需要传参 renderer: NodePanel plugins: ()=>[ createFreeSnapPlugin({}), createFreeLinesPlugin({}), createFreeNodePanelPlugin({}), createMinimapPlugin({}), createPanelManagerPlugin({}), ], export const createPanelManagerPlugin = () => create({ factories: [nodeFormPanelFactory, testRunPanelFactory, problemPanelFactory], layerProps: { children:...