From 8abf107bf3a975d1878dd25cfacf1d8f59003e54 Mon Sep 17 00:00:00 2001 From: hltj Date: Mon, 23 Oct 2023 21:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=80=81=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E9=83=A8=E5=88=86=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/topics/collection-operations.md | 2 +- docs/topics/js/js-project-setup.md | 4 +- docs/topics/kotlin-brand-assets.md | 42 +++--- docs/topics/whatsnew-eap.md | 2 +- docs/topics/whatsnew1720.md | 2 +- docs/topics/whatsnew1820.md | 2 +- docs/topics/whatsnew19.md | 210 +++++++++++++-------------- 7 files changed, 132 insertions(+), 132 deletions(-) diff --git a/docs/topics/collection-operations.md b/docs/topics/collection-operations.md index 7db79a14ee8..3816393e357 100644 --- a/docs/topics/collection-operations.md +++ b/docs/topics/collection-operations.md @@ -81,7 +81,7 @@ fun main() { ``` {kotlin-runnable="true" kotlin-min-compiler-version="1.3"} -为了方便起见,这些函数将目标集合返回了,因此您可以在函数调用的相应参数中直接创建它: ```kotlin diff --git a/docs/topics/js/js-project-setup.md b/docs/topics/js/js-project-setup.md index 8ecd868b344..3b0c2780b91 100644 --- a/docs/topics/js/js-project-setup.md +++ b/docs/topics/js/js-project-setup.md @@ -553,7 +553,7 @@ browser { 在项目中激活 CSS 支持有助于防止在尝试使用未配置项目中的样式表时发生的常见错误,例如 `Module parse failed: Unexpected character '@' (14:0)`。 -您可以使用 `cssSupport.mode` 指定应如何处理遇到的 CSS。可以使用以下值: +可以使用 `cssSupport.mode` 指定应如何处理遇到的 CSS。可以使用以下值: * `"inline"`(默认):将样式添加到全局 `