qtencent7

Results 18 comments of qtencent7

如果节点或线路不是处于最顶层,你是说什么样的数据结构,类似这种吗? ```js { // 节点数据 nodes: [ { id: "21", // 节点ID,需要全局唯一,不传入内部会自动生成一个ID type: "rect", // 节点类型,可以传入LogicFlow内置的7种节点类型,也可以注册自定义节点后传入自定义类型 x: 100, // 节点形状中心在x轴位置 y: 100, // 节点形状中心在y轴的位置 text: "Origin Usage-rect", // 节点文本 properties:...

我看了一下,数据转换部分的文档,里面介绍的还挺详细的,你的目的是什么,哪里卡壳了

![image](https://github.com/user-attachments/assets/50452887-2898-4cd3-a34e-48f3f1307ab1) like this, i just put the script link there.

> Hello. First of all, thank you for sharing this amazing library. > > I’m experiencing the same issue. I created a project with Vite + React, then added the...

> super weird. the cdn version might be cached to an older version, try: > > ![image](https://github.com/user-attachments/assets/50159935-1935-4295-ba2a-8fe1ce16dae2) i figure it out, the script in your website just work fine, but...

![image](https://github.com/user-attachments/assets/d3d04b2e-30bc-48e0-95e6-ee28aa80da66) i see your home page, i don't get what the problematic renders mean. please try to explain it for me, thx

aiden, i am amazed by your idea of react-scan, i want to ask how many years have you been coding?

我想问一句,set的原生方法intersection不支持带proxy的set,这不是很正常吗?为啥要提issue,而且还有人给解决了?我理解,框架不是自有一套逻辑,为啥要这样兼容各种看似跟框架设计不一样的问题呢,谁能解答一下