[zh-cn] resync comments in code

pull/34757/head
windsonsea 2022-07-01 22:24:48 +08:00
parent 8db4d651e2
commit 1276713bb9
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ spec:
- image: mysql:5.6 - image: mysql:5.6
name: mysql name: mysql
env: env:
# Use secret in real usage # 在实际中使用 secret
- name: MYSQL_ROOT_PASSWORD - name: MYSQL_ROOT_PASSWORD
value: password value: password
ports: ports:

View File

@ -84,7 +84,7 @@ cid: partners
} }
} }
// Automatically load the correct iframe based on the URL fragment // 根据 URL 片段自动加载正确的 iframe
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
var showContent = "kcsp"; var showContent = "kcsp";
if (window.location.hash) { if (window.location.hash) {