Skip to content

Commit

Permalink
update po.zh_CN.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojing1987 committed Dec 8, 2023
1 parent 8f28be9 commit 2a92b0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/po.en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ cockpit.locale({
null,
"Database Port"
]
});
});
3 changes: 1 addition & 2 deletions public/po.zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,5 +356,4 @@ cockpit.locale({
null,
"应用数据库端口"
]
});

});
2 changes: 1 addition & 1 deletion src/pages/appstore.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const AppDetailModal = ({ product, showFlag, onClose }) => {
const [hasCreacteDomain, setHasCreacteDomain] = useState(false);//是否创建自定义域名
const [customDomain, setCustomDomain] = useState("");//自定义域名
const [showSetting, setShowSetting] = useState(false); //是否显示设置
const [inputValues, setInputValues] = useState(product?.settings || {});
const [inputValues, setInputValues] = useState(product?.settings || {}); //用于存储用户输入的应用设置

const handleSettingsInputChange = (key, newValue) => {
setInputValues({
Expand Down

0 comments on commit 2a92b0e

Please sign in to comment.