twinkle
twinkle
如win需要30系及以上N卡
### Question 我查看了所有的内置数据,没有发现 `editor` 相关右键菜单的数据。 虽然官网示例的 `demo` 上有许多 `editor` 右键菜单选项,但我去翻阅源码里面却没有找到。(源码和官网API也只找到 `folderTree` 相关的菜单代码ono) > 打印 `molecule.builtin.getModules()` 结果  > 官网示例  我觉得应该是可以自定义的,可能是我没有找对地方,所以来寻求一下思路。
Hello, when I customized auto-completion, the original mysql keyword prompts were gone. I hope that the auto-completion can merge rather than overwrite the original prompts. ## This is a custom...
"react-ace": "^10.1.0", "ace-builds": "^1.23.4"。将后端返回的JSON数据转换为yaml数据显示时,启动提示network报错。    经过测试发现:一导入 import "ace-builds/src-noconflict/mode-xxx";如mode-yaml、mode-javascript、mode-json,然后指定相同的mode一启动就会报错
 
### 检查清单 - [X] 已经阅读过 [官方文档](https://xaoxuu.com/wiki/stellar/) 相关内容,并尝试进行搜索。 - [X] 尝试过在本地测试运行官方 [demo](https://github.com/xaoxuu/hexo-theme-stellar-examples/) 源码。 - [X] 尝试过在 Codespace 中测试运行官方 [demo](https://github.com/xaoxuu/hexo-theme-stellar-examples/) 源码。 ### 问题描述 `giscus`在本地就跑起来,但是部署到 `vercel` 生产环境之后就一直 `loading`;`waline`开发环境和生产环境都是 `loading`。 `waline`的`serverURL`服务确保可用;`giscus`在本地环境也确保能正常评论。摸了一天也没摸清楚生产环境转圈的原因,求解惑。 // waline ```...
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 ### 💻 示例代码 ### 🚑 其他信息
### 检查清单 - [X] 已经阅读过 [官方文档](https://xaoxuu.com/wiki/stellar/) 相关内容,并尝试进行搜索。 - [X] 尝试过在本地测试运行官方 [demo](https://github.com/xaoxuu/hexo-theme-stellar-examples/) 源码。 - [X] 尝试过在 Codespace 中测试运行官方 [demo](https://github.com/xaoxuu/hexo-theme-stellar-examples/) 源码。 ### 问题描述 我觉得搜索功正常应该是搜索博客内容,但会搜索出 css 和 js 内容。比如输入`a`等等之类的
### Describe the bug antv/x6是基于 antv/layout 包实现的布局算法,我按照[官网教程](https://x6.antv.antgroup.com/temp/layout#dagre)尝试使用antv/layout包中的` dagre`布局,但是在实例化布局的时候遇到两个问题。 1、提示`type`等参数不在DagreLayout配置中,我跳转到 ts 源码类型提示发现确实没有 type 相关的类型只有图二中`nodeSize`和GraphLabel, NodeConfig, EdgeConfig父类型,可是无法跳转了。**不知道官网文档示例是否已过时**。 ```tsx new DagreLayout({ type: "dagre", rankdir: "LR", // 水平方向布局 align: "UL", ranksep: 80, // 节点间距...
### Describe the bug / 问题描述 ## 描述背景 AntV G6 使用自定义 React 节点情况下,我发现使用 create-edge behavior 创建边时,边的末端位置与鼠标实际位置存在偏移。预期行为是边的末端应该与鼠标位置保持一致。 ## 预期行为 边的末端位置应与鼠标位置保持一致 ## 实际行为 边的末端位置与鼠标实际位置存在偏移。 ### Reproduction link / 重现链接 https://codesandbox.io/p/sandbox/antv-g6-customnode-demo-f26529?file=%2Fsrc%2FReactNodeDemo.tsx%3A92%2C19 ### Steps...