From 0399f2f492bd66b556ac66fcd9174c8dc1640d20 Mon Sep 17 00:00:00 2001 From: xu Date: Wed, 14 Sep 2022 14:33:24 +0800 Subject: [PATCH] =?UTF-8?q?review=E6=84=8F=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xu --- .../ui/ts-performance-improvement-recommendation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/ui/ts-performance-improvement-recommendation.md b/zh-cn/application-dev/ui/ts-performance-improvement-recommendation.md index 75909c1c86..e37724ed2f 100644 --- a/zh-cn/application-dev/ui/ts-performance-improvement-recommendation.md +++ b/zh-cn/application-dev/ui/ts-performance-improvement-recommendation.md @@ -297,6 +297,5 @@ class MyDataSource implements IDataSource { } } ``` -**使用说明:**
-cachedCount的增加会增大UI的cpu、内存开销。
-使用时需要根据实际情况,综合性能和用户体验进行调整。 \ No newline at end of file +**使用说明:** +cachedCount的增加会增大UI的cpu、内存开销。使用时需要根据实际情况,综合性能和用户体验进行调整。 \ No newline at end of file -- GitLab