🐛 修复所有文档的表格格式

- 移除表格中间的重复分隔线
- 统一所有行为6列格式
- 确保表格渲染正常显示

修复了15个文档的表格显示问题
This commit is contained in:
TWO-ICE
2026-03-01 02:32:36 +00:00
parent 8767917da3
commit 91c04388d0
15 changed files with 440 additions and 456 deletions

View File

@@ -10,21 +10,19 @@
| 项目标题 | 项目简介 | 项目地址 | 教程 | Star | 最近更新 |
| --- | --- | --- | --- | --- | --- |
| ---------- | -------------------------------- | -------------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| Adminer | 单容器管理九大主流数据库 | [点我查看](https://github.com/vrana/adminer) | [查看教程](https://zhuanlan.zhihu.com/p/1890354901525186047) | ![Star](https://img.shields.io/github/stars/vrana/adminer?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/vrana/adminer?label) |
| DbGate | 支持多数据库管理的跨平台工具 | [点我查看](https://github.com/dbgate/dbgate) | [查看教程](https://zhuanlan.zhihu.com/p/1889267702557806937) | ![Star](https://img.shields.io/github/stars/dbgate/dbgate?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/dbgate/dbgate?label) |
| NocoDB | 将数据库变可视化表格及管理后台 | [点我查看](https://github.com/nocodb/nocodb) | [查看教程](https://zhuanlan.zhihu.com/p/32332022822) | ![Star](https://img.shields.io/github/stars/nocodb/nocodb?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/nocodb/nocodb?label) |
| Maxun | 无代码平台实现网页数据抓取 | [点我查看](https://github.com/getmaxun/maxun) | [查看教程](https://zhuanlan.zhihu.com/p/32330968197) | ![Star](https://img.shields.io/github/stars/getmaxun/maxun?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/getmaxun/maxun?label) |
| WhoDB | 支持多数据库管理及AI对话工具 | [点我查看](https://github.com/clidey/whodb) | [查看教程](https://zhuanlan.zhihu.com/p/32332412644) | ![Star](https://img.shields.io/github/stars/clidey/whodb?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/clidey/whodb?label) |
| SFTPGo | 支持多协议的文件传输解决方案 | [点我查看](https://github.com/drakkan/sftpgo) | [查看教程](https://zhuanlan.zhihu.com/p/32089868825) | ![Star](https://img.shields.io/github/stars/drakkan/sftpgo?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/drakkan/sftpgo?label) |
| OpnForm | 三分钟搭建表单系统,功能丰富安全 | [点我查看](https://github.com/JhumanJ/OpnForm) | [查看教程](https://zhuanlan.zhihu.com/p/32089523268) | ![Star](https://img.shields.io/github/stars/JhumanJ/OpnForm?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/JhumanJ/OpnForm?label) |
| SpiderFlow | 零代码可视化完成数据抓取 | [点我查看](https://github.com/ssssssss-team/spider-flow) | [查看教程](https://zhuanlan.zhihu.com/p/32091235592) | ![Star](https://img.shields.io/github/stars/ssssssss-team/spider-flow?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/ssssssss-team/spider-flow?label) |
| Directus | 实时API生成与数据库可视化平台 | [点我查看](https://github.com/directus/directus) | [查看教程](https://zhuanlan.zhihu.com/p/32091002181) | ![Star](https://img.shields.io/github/stars/directus/directus?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/directus/directus?label) |
| zjson | 智能处理JSON有多项实用功能 | [点我查看](https://github.com/CN-Tower/zjson) | [查看教程](https://zhuanlan.zhihu.com/p/32090232889) | ![Star](https://img.shields.io/github/stars/CN-Tower/zjson?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/CN-Tower/zjson?label) |
| Baserow | 零代码创建管理关系型数据库 | [点我查看](https://gitlab.com/bramw/baserow) | [查看教程](https://zhuanlan.zhihu.com/p/32333105764) | | |
| -------------- | ------------------------------ | ---------------------------------------------------------- | ---------------------------------------------------- | ---- | -------- |
| MT Photos | 相册管理,支持搜图、分类、共享 | | [查看教程](https://zhuanlan.zhihu.com/p/29162667081) | | |
| PhotoStructure | 智能整理照片,支持多格式访问 | [项目地址](https://hub.docker.com/r/photostructure/server) | [查看教程](https://zhuanlan.zhihu.com/p/30688995020) | | |
| --------- | ------------------------------ | ------------------------------------------------ | ---------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| Doku | 可视化分析管理Docker存储 | [项目地址](https://github.com/amerkurev/doku) | [查看教程](https://zhuanlan.zhihu.com/p/31405212699) | ![Star](https://img.shields.io/github/stars/amerkurev/doku?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/amerkurev/doku?label) |
| Adminer | 单容器管理九大主流数据库 | [点我查看](https://github.com/vrana/adminer) | [查看教程](https://zhuanlan.zhihu.com/p/1890354901525186047) | ![Star](https://img.shields.io/github/stars/vrana/adminer?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/vrana/adminer?label) |
| DbGate | 支持多数据库管理的跨平台工具 | [点我查看](https://github.com/dbgate/dbgate) | [查看教程](https://zhuanlan.zhihu.com/p/1889267702557806937) | ![Star](https://img.shields.io/github/stars/dbgate/dbgate?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/dbgate/dbgate?label) |
| NocoDB | 将数据库变可视化表格及管理后台 | [点我查看](https://github.com/nocodb/nocodb) | [查看教程](https://zhuanlan.zhihu.com/p/32332022822) | ![Star](https://img.shields.io/github/stars/nocodb/nocodb?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/nocodb/nocodb?label) |
| Maxun | 无代码平台实现网页数据抓取 | [点我查看](https://github.com/getmaxun/maxun) | [查看教程](https://zhuanlan.zhihu.com/p/32330968197) | ![Star](https://img.shields.io/github/stars/getmaxun/maxun?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/getmaxun/maxun?label) |
| WhoDB | 支持多数据库管理及AI对话工具 | [点我查看](https://github.com/clidey/whodb) | [查看教程](https://zhuanlan.zhihu.com/p/32332412644) | ![Star](https://img.shields.io/github/stars/clidey/whodb?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/clidey/whodb?label) |
| SFTPGo | 支持多协议的文件传输解决方案 | [点我查看](https://github.com/drakkan/sftpgo) | [查看教程](https://zhuanlan.zhihu.com/p/32089868825) | ![Star](https://img.shields.io/github/stars/drakkan/sftpgo?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/drakkan/sftpgo?label) |
| OpnForm | 三分钟搭建表单系统,功能丰富安全 | [点我查看](https://github.com/JhumanJ/OpnForm) | [查看教程](https://zhuanlan.zhihu.com/p/32089523268) | ![Star](https://img.shields.io/github/stars/JhumanJ/OpnForm?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/JhumanJ/OpnForm?label) |
| SpiderFlow | 零代码可视化完成数据抓取 | [点我查看](https://github.com/ssssssss-team/spider-flow) | [查看教程](https://zhuanlan.zhihu.com/p/32091235592) | ![Star](https://img.shields.io/github/stars/ssssssss-team/spider-flow?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/ssssssss-team/spider-flow?label) |
| Directus | 实时API生成与数据库可视化平台 | [点我查看](https://github.com/directus/directus) | [查看教程](https://zhuanlan.zhihu.com/p/32091002181) | ![Star](https://img.shields.io/github/stars/directus/directus?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/directus/directus?label) |
| zjson | 智能处理JSON有多项实用功能 | [点我查看](https://github.com/CN-Tower/zjson) | [查看教程](https://zhuanlan.zhihu.com/p/32090232889) | ![Star](https://img.shields.io/github/stars/CN-Tower/zjson?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/CN-Tower/zjson?label) |
| Baserow | 零代码创建管理关系型数据库 | [点我查看](https://gitlab.com/bramw/baserow) | [查看教程](https://zhuanlan.zhihu.com/p/32333105764) | | |
| MT Photos | 相册管理,支持搜图、分类、共享 | | [查看教程](https://zhuanlan.zhihu.com/p/29162667081) | | |
| PhotoStructure | 智能整理照片,支持多格式访问 | [项目地址](https://hub.docker.com/r/photostructure/server) | [查看教程](https://zhuanlan.zhihu.com/p/30688995020) | | |
| Doku | 可视化分析管理Docker存储 | [项目地址](https://github.com/amerkurev/doku) | [查看教程](https://zhuanlan.zhihu.com/p/31405212699) | ![Star](https://img.shields.io/github/stars/amerkurev/doku?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/amerkurev/doku?label) |
| Web-Check | 获取网站核心数据并生成分析报告 | [项目地址](https://github.com/Lissy93/web-check) | [查看教程](https://zhuanlan.zhihu.com/p/31274835903) | ![Star](https://img.shields.io/github/stars/Lissy93/web-check?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/Lissy93/web-check?label) |