Skip to content

Commit 98f9c04

Browse files
committed
docs(zh): fix cross-links to use /zh/ prefix
1 parent e64d838 commit 98f9c04

13 files changed

Lines changed: 56 additions & 56 deletions

docs/zh/features/ai-chat.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,16 +340,16 @@ API key 存储在 macOS 钥匙串中,不会接触纯文本文件或偏好设
340340
## 相关页面
341341

342342
<CardGroup cols={2}>
343-
<Card title="SQL 编辑器" icon="code" href="/features/sql-editor">
343+
<Card title="SQL 编辑器" icon="code" href="/zh/features/sql-editor">
344344
编写和执行 SQL 查询
345345
</Card>
346-
<Card title="设置" icon="gear" href="/customization/settings">
346+
<Card title="设置" icon="gear" href="/zh/customization/settings">
347347
配置所有 TablePro 设置
348348
</Card>
349-
<Card title="键盘快捷键" icon="keyboard" href="/features/keyboard-shortcuts">
349+
<Card title="键盘快捷键" icon="keyboard" href="/zh/features/keyboard-shortcuts">
350350
所有键盘快捷键
351351
</Card>
352-
<Card title="查询历史" icon="clock-rotate-left" href="/features/query-history">
352+
<Card title="查询历史" icon="clock-rotate-left" href="/zh/features/query-history">
353353
浏览历史查询
354354
</Card>
355355
</CardGroup>

docs/zh/features/autocomplete.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,16 +417,16 @@ SELECT u.| -- Now knows about u and o tables
417417
## 下一步
418418

419419
<CardGroup cols={2}>
420-
<Card title="SQL 编辑器" icon="code" href="/features/sql-editor">
420+
<Card title="SQL 编辑器" icon="code" href="/zh/features/sql-editor">
421421
配合自动补全编写查询
422422
</Card>
423-
<Card title="数据网格" icon="table" href="/features/data-grid">
423+
<Card title="数据网格" icon="table" href="/zh/features/data-grid">
424424
查看查询结果
425425
</Card>
426-
<Card title="表结构" icon="table-columns" href="/features/table-structure">
426+
<Card title="表结构" icon="table-columns" href="/zh/features/table-structure">
427427
探索你的 schema
428428
</Card>
429-
<Card title="键盘快捷键" icon="keyboard" href="/features/keyboard-shortcuts">
429+
<Card title="键盘快捷键" icon="keyboard" href="/zh/features/keyboard-shortcuts">
430430
提升工作效率
431431
</Card>
432432
</CardGroup>

docs/zh/features/change-tracking.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,16 +474,16 @@ CREATE TABLE users_backup AS SELECT * FROM users;
474474
## 下一步
475475

476476
<CardGroup cols={2}>
477-
<Card title="数据网格" icon="table" href="/features/data-grid">
477+
<Card title="数据网格" icon="table" href="/zh/features/data-grid">
478478
在网格中查看和编辑数据
479479
</Card>
480-
<Card title="表结构" icon="table-columns" href="/features/table-structure">
480+
<Card title="表结构" icon="table-columns" href="/zh/features/table-structure">
481481
可视化修改表结构
482482
</Card>
483-
<Card title="SQL 编辑器" icon="code" href="/features/sql-editor">
483+
<Card title="SQL 编辑器" icon="code" href="/zh/features/sql-editor">
484484
编写和执行原始 SQL
485485
</Card>
486-
<Card title="键盘快捷键" icon="keyboard" href="/features/keyboard-shortcuts">
486+
<Card title="键盘快捷键" icon="keyboard" href="/zh/features/keyboard-shortcuts">
487487
所有键盘快捷键
488488
</Card>
489489
</CardGroup>

docs/zh/features/data-grid.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ JSON 值在保存到数据库时会自动压缩(最小化)。
335335
- **丢弃**:点击 **Discard** 按钮撤销所有待提交的更改
336336
- **撤销/重做**:提交前按 `Cmd+Z` 撤销或 `Cmd+Shift+Z` 重做单个编辑
337337

338-
详情参见[变更追踪](/features/change-tracking)
338+
详情参见[变更追踪](/zh/features/change-tracking)
339339

340340
<Warning>
341341
编辑功能仅适用于简单的 `SELECT * FROM table` 查询。包含 JOIN 或聚合的复杂查询为只读模式。
@@ -367,7 +367,7 @@ JSON 值在保存到数据库时会自动压缩(最小化)。
367367
- **已删除行**显示删除指示器
368368
- **工具栏**显示待提交更改的计数
369369

370-
在提交到数据库前查看所有修改。详情参见[变更追踪](/features/change-tracking)
370+
在提交到数据库前查看所有修改。详情参见[变更追踪](/zh/features/change-tracking)
371371

372372
## 单元格检查器
373373

@@ -414,7 +414,7 @@ JSON 值在保存到数据库时会自动压缩(最小化)。
414414
| 排序规则 | 排序使用的 collation |
415415

416416
<Note>
417-
安全模式设为只读的连接以及复杂查询结果不可编辑。在这些情况下,单元格检查器中的编辑功能被禁用。详情参见[安全模式](/features/safe-mode)
417+
安全模式设为只读的连接以及复杂查询结果不可编辑。在这些情况下,单元格检查器中的编辑功能被禁用。详情参见[安全模式](/zh/features/safe-mode)
418418
</Note>
419419

420420
## 导航
@@ -689,7 +689,7 @@ MongoDB 的 BSON 类型以适当的格式显示:
689689
3. 选择格式:CSV、JSON、SQL
690690
4. 选择导出位置
691691

692-
详情参见[导入与导出](/features/import-export)
692+
详情参见[导入与导出](/zh/features/import-export)
693693

694694
## 键盘快捷键
695695

@@ -712,16 +712,16 @@ MongoDB 的 BSON 类型以适当的格式显示:
712712
## 下一步
713713

714714
<CardGroup cols={2}>
715-
<Card title="SQL 编辑器" icon="code" href="/features/sql-editor">
715+
<Card title="SQL 编辑器" icon="code" href="/zh/features/sql-editor">
716716
编写查询
717717
</Card>
718-
<Card title="导入与导出" icon="file-import" href="/features/import-export">
718+
<Card title="导入与导出" icon="file-import" href="/zh/features/import-export">
719719
从网格导出数据
720720
</Card>
721-
<Card title="表结构" icon="table-columns" href="/features/table-structure">
721+
<Card title="表结构" icon="table-columns" href="/zh/features/table-structure">
722722
查看表定义
723723
</Card>
724-
<Card title="设置" icon="gear" href="/customization/settings">
724+
<Card title="设置" icon="gear" href="/zh/customization/settings">
725725
配置数据网格选项
726726
</Card>
727727
</CardGroup>

docs/zh/features/filtering.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,16 +443,16 @@ price * quantity > 1000
443443
## 下一步
444444

445445
<CardGroup cols={2}>
446-
<Card title="数据网格" icon="table" href="/features/data-grid">
446+
<Card title="数据网格" icon="table" href="/zh/features/data-grid">
447447
查看和浏览筛选结果
448448
</Card>
449-
<Card title="SQL 编辑器" icon="code" href="/features/sql-editor">
449+
<Card title="SQL 编辑器" icon="code" href="/zh/features/sql-editor">
450450
手动编写 WHERE 子句
451451
</Card>
452-
<Card title="导入与导出" icon="file-import" href="/features/import-export">
452+
<Card title="导入与导出" icon="file-import" href="/zh/features/import-export">
453453
导出筛选后的数据
454454
</Card>
455-
<Card title="设置" icon="gear" href="/customization/settings">
455+
<Card title="设置" icon="gear" href="/zh/customization/settings">
456456
配置应用偏好
457457
</Card>
458458
</CardGroup>

docs/zh/features/import-export.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -522,16 +522,16 @@ gzip 压缩不适用于 CSV、JSON 或 XLSX 导出。
522522
## 下一步
523523

524524
<CardGroup cols={2}>
525-
<Card title="数据网格" icon="table" href="/features/data-grid">
525+
<Card title="数据网格" icon="table" href="/zh/features/data-grid">
526526
导出前查看数据
527527
</Card>
528-
<Card title="SQL 编辑器" icon="code" href="/features/sql-editor">
528+
<Card title="SQL 编辑器" icon="code" href="/zh/features/sql-editor">
529529
用查询筛选数据
530530
</Card>
531-
<Card title="表结构" icon="table-columns" href="/features/table-structure">
531+
<Card title="表结构" icon="table-columns" href="/zh/features/table-structure">
532532
导出 schema DDL
533533
</Card>
534-
<Card title="查询历史" icon="clock-rotate-left" href="/features/query-history">
534+
<Card title="查询历史" icon="clock-rotate-left" href="/zh/features/query-history">
535535
重新运行导入查询
536536
</Card>
537537
</CardGroup>

docs/zh/features/keyboard-shortcuts.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,16 +481,16 @@ TablePro 完全支持无鼠标使用:
481481
## 下一步
482482

483483
<CardGroup cols={2}>
484-
<Card title="SQL 编辑器" icon="code" href="/features/sql-editor">
484+
<Card title="SQL 编辑器" icon="code" href="/zh/features/sql-editor">
485485
练习编辑器快捷键
486486
</Card>
487-
<Card title="数据网格" icon="table" href="/features/data-grid">
487+
<Card title="数据网格" icon="table" href="/zh/features/data-grid">
488488
掌握网格导航
489489
</Card>
490-
<Card title="查询历史" icon="clock-rotate-left" href="/features/query-history">
490+
<Card title="查询历史" icon="clock-rotate-left" href="/zh/features/query-history">
491491
使用历史快捷键
492492
</Card>
493-
<Card title="设置" icon="gear" href="/customization/settings">
493+
<Card title="设置" icon="gear" href="/zh/customization/settings">
494494
配置 TablePro
495495
</Card>
496496
</CardGroup>

docs/zh/features/query-history.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,16 +354,16 @@ GROUP BY month;
354354
## 下一步
355355

356356
<CardGroup cols={2}>
357-
<Card title="SQL 编辑器" icon="code" href="/features/sql-editor">
357+
<Card title="SQL 编辑器" icon="code" href="/zh/features/sql-editor">
358358
编写和执行查询
359359
</Card>
360-
<Card title="数据网格" icon="table" href="/features/data-grid">
360+
<Card title="数据网格" icon="table" href="/zh/features/data-grid">
361361
查看查询结果
362362
</Card>
363-
<Card title="设置" icon="gear" href="/customization/settings">
363+
<Card title="设置" icon="gear" href="/zh/customization/settings">
364364
配置历史选项
365365
</Card>
366-
<Card title="键盘快捷键" icon="keyboard" href="/features/keyboard-shortcuts">
366+
<Card title="键盘快捷键" icon="keyboard" href="/zh/features/keyboard-shortcuts">
367367
了解所有快捷键
368368
</Card>
369369
</CardGroup>

docs/zh/features/safe-mode.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ MongoDB 和 Redis 不使用 SQL,因此 TablePro 无法通过解析查询文本
8282
## 相关页面
8383

8484
<CardGroup cols={2}>
85-
<Card title="变更追踪" icon="arrows-rotate" href="/features/change-tracking">
85+
<Card title="变更追踪" icon="arrows-rotate" href="/zh/features/change-tracking">
8686
编辑如何被追踪和提交
8787
</Card>
88-
<Card title="表操作" icon="table" href="/features/table-operations">
88+
<Card title="表操作" icon="table" href="/zh/features/table-operations">
8989
清空、删除和其他表级操作
9090
</Card>
9191
</CardGroup>

docs/zh/features/sql-editor.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ SQL 编辑器与 TablePro 的 AI 聊天集成,辅助编写和调试查询:
453453
- **AI 优化**`Cmd+Option+L`)— 获取性能优化建议
454454
- **AI 修复** — 查询失败时,在错误对话框中点击"Ask AI to Fix"
455455

456-
详情参见 [AI 聊天](/features/ai-chat)
456+
详情参见 [AI 聊天](/zh/features/ai-chat)
457457

458458
### 使用注释
459459

@@ -594,16 +594,16 @@ ROLLBACK;
594594
## 下一步
595595

596596
<CardGroup cols={2}>
597-
<Card title="自动补全" icon="wand-magic-sparkles" href="/features/autocomplete">
597+
<Card title="自动补全" icon="wand-magic-sparkles" href="/zh/features/autocomplete">
598598
了解更多自动补全功能
599599
</Card>
600-
<Card title="数据网格" icon="table" href="/features/data-grid">
600+
<Card title="数据网格" icon="table" href="/zh/features/data-grid">
601601
查看和编辑查询结果
602602
</Card>
603-
<Card title="查询历史" icon="clock-rotate-left" href="/features/query-history">
603+
<Card title="查询历史" icon="clock-rotate-left" href="/zh/features/query-history">
604604
访问历史查询
605605
</Card>
606-
<Card title="键盘快捷键" icon="keyboard" href="/features/keyboard-shortcuts">
606+
<Card title="键盘快捷键" icon="keyboard" href="/zh/features/keyboard-shortcuts">
607607
所有键盘快捷键
608608
</Card>
609609
</CardGroup>

0 commit comments

Comments
 (0)