✨ feat(docs): 统一维护支持数据库列表并校验连接配置 - #6378
Merged
Merged
Conversation
- 抽取首页和数据库页的支持列表为共享数据源,并补充唯一标识 - 新增 Dolt、Kyuubi、Impala、Phoenix、VictoriaMetrics、MQTT、Consul 等支持项及图标 - 校验官网展示项与桌面端连接选项、JDBC 产品配置的一致性,并检查图标资源存在性 - 更新 Next 开发环境类型引用路径
t8y2
reviewed
Aug 16, 2026
t8y2
left a comment
Owner
There was a problem hiding this comment.
维护者补丁 d91778131 已推送。
风险:docs/next-env.d.ts 中混入了本地 Next.js dev 构建自动生成的类型路径变化,与本 PR 的文档数据库列表改动无关。
修复:恢复仓库原有的 .next/types 路径,仅保留本 PR 目标范围内的文档与校验改动。
验证:node docs/scripts/verify-doc-content.mjs,确认 37 个中英文文档页面一致;git diff --check 通过。未新增依赖。
t8y2
approved these changes
Aug 16, 2026
t8y2
left a comment
Owner
There was a problem hiding this comment.
Reviewed the maintainer-patched exact head d91778131; documentation verification and frontend CI pass.
Owner
|
Thanks for the contribution! Merged in 310eaa3, will be released in the next version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更说明
变更类型
涉及前端
验证
make check通过make cargo-check-fast通过关联 Issue