hulk
hulk
### Describe the bug  This is the default code generated and cannot be run. ### Reproduction _No response_ ### Expected behavior _No response_ ### Full...
src-tauri/capabilities/default.json "permissions": [ "core:default", "opener:default", "shell:default", { "identifier": "shell:allow-execute", "allow": [ { "name": "exec-sh", "cmd": "sh", "args": [ "-c", { "validator": "\\S+" } ], "sidecar": false } ] } ]...
### 问题描述 用组件注册已经跑通了,如果我想外形是个平行四边形这怎么做? 如果是在shapeParallelogram组件里用svg自己画,拖动改变节点宽高点时候,图形尺寸不会自动变化,有好实现的方法吗 register({ shape: 'editable-parallelogram', width: 100, height: 60, component: shapeParallelogram, ports: { ...x6Config.ports }, }) ### 重现链接 无 ### 重现步骤 无 ### 预期行为 无 ### 平台 谷歌浏览器...
### 问题描述 拖动边上的调整按钮,交点处,为什么不是直角 ### 重现链接 https://x6.antv.antgroup.com/examples/showcase/practices/#flowchart ### 重现步骤 https://x6.antv.antgroup.com/examples/showcase/practices/#flowchart 把这个例子代码,替换成这个 import { Graph, Shape } from '@antv/x6' import { Stencil } from '@antv/x6-plugin-stencil' import { Transform } from '@antv/x6-plugin-transform' import...