docs: 修复平台选择文档中的案例描述

- 修复 Android 原生 App 案例,改为能体现 Android 平台特性的应用
- 修复微信小程序案例,改为更能体现小程序特性的应用
- 添加跨平台开发章节目录结构
This commit is contained in:
sanbuphy
2026-03-07 14:11:01 +08:00
parent aa080c2097
commit be8ccf6a8c
4 changed files with 490 additions and 10 deletions
+4
View File
@@ -1435,6 +1435,10 @@ Sitemap: ${siteUrl}/sitemap.xml
text: '多平台开发',
collapsed: false,
items: [
{
text: '如何选择你的应用该开发的平台',
link: '/zh-cn/stage-3/cross-platform/3.1-choose-platform/'
},
{
text: '如何构建微信小程序',
link: '/zh-cn/stage-3/cross-platform/3.3-wechat-miniprogram/'