郭立lee
郭立lee
leetcode-cn.com to leetcode.cn
例子: https://codesandbox.io/s/dumi-demo-forked-9yst0?file=/demo.tsx ```javascript const config = { data: formartChartData(data), padding: 'auto', xField: 'dateStr', yField: 'consumerTotal', meta: { consumerTotal: { alias: '计费曝光量', }, }, yAxis: { min: 5, minLimit: 0, tickCount:...
增加对应的 js 和 ts 代码,方便前端学习的同学阅读代码。 > Tip: If this PR is not related to the coding or code translation, please ignore the checklist. ### Checklist - [x] I've tested the...
## Summary This PR fixes deprecation warnings in Neovim 0.11+ by replacing deprecated LSP client method calls with the new colon syntax. ## Changes - Replace `client.supports_method()` with `client:supports_method()` -...
- 新增OpenAPI 3.0规范的导入导出插件 - 修复Node.js 22+版本中crypto.createCipher()废弃问题 - 添加多层兼容性fallback机制 - 更新构建配置和项目文档
## Summary This PR adds comprehensive support for rendering Mermaid diagrams in markdown preview. ### Features - ✅ Support for all Mermaid diagram types (flowcharts, sequence diagrams, Gantt charts, etc.)...