-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n(zh-cn): Adjust menu order and sync content (#2518)
Co-authored-by: Fabian-Lars <[email protected]>
- Loading branch information
1 parent
58b36aa
commit 0f8e1c8
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,28 @@ | ||
--- | ||
title: 更新和迁移 | ||
sidebar: | ||
label: 概述 | ||
order: 10 | ||
--- | ||
|
||
了解从 Tauri 1.0 升级或从其他框架迁移的常见情况和步骤。 | ||
了解从 Tauri 1.0 升级或从另一个框架迁移的常见情况和步骤。 | ||
|
||
import { LinkCard, CardGrid } from '@astrojs/starlight/components'; | ||
|
||
<CardGrid> | ||
<LinkCard | ||
title="从 Tauri 1.0 升级" | ||
href="/zh-cn/start/migrate/from-tauri-1/" | ||
href="/start/migrate/from-tauri-1/" | ||
description="阅读更多关于升级到版本 2 需要对版本 1 项目进行的更新的信息。" | ||
/> | ||
<LinkCard | ||
title="从 Electron 迁移" | ||
href="/zh-cn/start/migrate/from-electron/" | ||
href="/start/migrate/from-electron/" | ||
description="阅读有关将 Electron 应用程序迁移到 Tauri 的一般提示和技巧的更多信息。" | ||
/> | ||
<LinkCard | ||
title="从 Tauri 2.0 beta 升级" | ||
href="/start/migrate/from-tauri-2-beta/" | ||
description="阅读有关 2.0 Beta 项目升级到 2.0 所需更新的更多信息。" | ||
/> | ||
<LinkCard title="从 Flutter 迁移" href="/zh-cn/start/migrate/from-flutter/" /> | ||
</CardGrid> |