From ffeb0843bc0730a68030c5b716aa1ba60d8c0a62 Mon Sep 17 00:00:00 2001 From: awmleer Date: Tue, 31 May 2022 11:04:21 +0800 Subject: [PATCH] doc: move HD out of the experimental features --- config/menus.tsx | 4 ++-- docs/guide/hd.en.md | 2 +- docs/guide/hd.zh.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/menus.tsx b/config/menus.tsx index 7f41501334..8a31b987bf 100644 --- a/config/menus.tsx +++ b/config/menus.tsx @@ -47,7 +47,7 @@ export const menus = { path: '/zh/guide/what-is-experimental', }, { - title: 'HD (Experimental)', + title: 'HD', path: '/guide/hd', }, { @@ -93,7 +93,7 @@ export const menus = { path: '/zh/guide/what-is-experimental', }, { - title: '高清适配(试验性)', + title: '高清适配', path: '/zh/guide/hd', }, { diff --git a/docs/guide/hd.en.md b/docs/guide/hd.en.md index e34bdbb87a..4809f87a35 100644 --- a/docs/guide/hd.en.md +++ b/docs/guide/hd.en.md @@ -1,4 +1,4 @@ -# HD Adaptation +# HD Adaptation In some projects, you may want to use 2 times the size of the style file. In order to reduce your access cost, antd-mobile has built-in a set of preprocessed 2 times the size of the code, placed in the `2x` subdirectory. diff --git a/docs/guide/hd.zh.md b/docs/guide/hd.zh.md index 942ab17307..f413392cd1 100644 --- a/docs/guide/hd.zh.md +++ b/docs/guide/hd.zh.md @@ -1,4 +1,4 @@ -# 高清适配 +# 高清适配 在部分项目中,你可能希望使用 2 倍大小的样式文件,antd-mobile 为了降低你的接入成本,内置了一套经过预处理的 2 倍大小的代码,放置在 `2x` 子目录下。