XiuNing

Results 3 issues of XiuNing

### What problem does this feature solve? When using a force-directed graph, the size of the generated graph is larger than the size of the container, and it needs to...

new-feature
pending
en

![image](https://github.com/zufuliu/notepad2/assets/40031193/aea5ae13-1ced-4909-aa60-309def2a193e) ![image](https://github.com/zufuliu/notepad2/assets/40031193/878c4361-c541-488e-9bba-61d4dfb5182b) 正则表达式 (\s)(?=[^\x00-\xff]) 被正则文本 年度设备能耗同比排名:Annual equipment energy consumption ranking 第一季度设备能耗同比排名:Q1 equipment energy consumption ranking 当季月同比:Month-on-month comparison of the current quarter 第三季度设备能耗同比排名:Q3 equipment energy consumption ranking 第二季度设备能耗同比排名:Q2 equipment energy consumption...

✅enhancement
regex

topo.html 使用条FlexionalLink连线时,节点之间的间距会扩大,另多条线在外水平方向会重叠; 代码做如下修改后可以呈现 修改前 ``` function addLink(nodeA, nodeZ){ var link = new JTopo.FlexionalLink(nodeA, nodeZ); link.strokeColor = '204,204,204'; link.lineWidth = 2; scene.add(link); return link; } ``` 修改后 ``` function addLink(nodeA, nodeZ){...