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) {