From c11c9064870669fa6b44d2e3845f58dcc622395e Mon Sep 17 00:00:00 2001 From: jaywcjlove Date: Thu, 5 Jan 2023 03:38:46 +0000 Subject: [PATCH] released v1.35.0 ae633b43e858f7e7e1e6ae3810258efa3f76b4cc --- docs/kotlin.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kotlin.html b/docs/kotlin.html index 96745d54..2d980567 100644 --- a/docs/kotlin.html +++ b/docs/kotlin.html @@ -290,7 +290,7 @@ Kotlin 简介,为开发人员分享快速参考备忘单。">
var height = 46 // inches
 
 if (height in 1..53) {
-  println("抱歉,您必须至少 54 英寸才能乘坐过山车")
+  println("抱歉,您必须至少 54 英寸才能乘坐过山车")
 }
 // Prints: 抱歉,您必须至少 54 英寸才能乘坐过山车
 
diff --git a/index.html b/index.html index 36a2ebe0..deb4fc83 100644 --- a/index.html +++ b/index.html @@ -1044,7 +1044,7 @@

如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 gh-pages 分支代码到你的静态服务就可以了,还可以使用 docker 快捷部署 web 版。

-
+