[zh-cn] resync comments in code
parent
8db4d651e2
commit
1276713bb9
|
@ -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:
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue