From 1276713bb9377cec1d1f5b4d86db5663e8d025cf Mon Sep 17 00:00:00 2001 From: windsonsea Date: Fri, 1 Jul 2022 22:24:48 +0800 Subject: [PATCH] [zh-cn] resync comments in code --- content/zh-cn/examples/application/mysql/mysql-deployment.yaml | 2 +- content/zh-cn/partners/_index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh-cn/examples/application/mysql/mysql-deployment.yaml b/content/zh-cn/examples/application/mysql/mysql-deployment.yaml index 419fbe03d3..8ed14907af 100644 --- a/content/zh-cn/examples/application/mysql/mysql-deployment.yaml +++ b/content/zh-cn/examples/application/mysql/mysql-deployment.yaml @@ -28,7 +28,7 @@ spec: - image: mysql:5.6 name: mysql env: - # Use secret in real usage + # 在实际中使用 secret - name: MYSQL_ROOT_PASSWORD value: password ports: diff --git a/content/zh-cn/partners/_index.html b/content/zh-cn/partners/_index.html index 3bbe08cdf4..eefdfd6e02 100644 --- a/content/zh-cn/partners/_index.html +++ b/content/zh-cn/partners/_index.html @@ -84,7 +84,7 @@ cid: partners } } - // Automatically load the correct iframe based on the URL fragment + // 根据 URL 片段自动加载正确的 iframe document.addEventListener('DOMContentLoaded', function() { var showContent = "kcsp"; if (window.location.hash) {