Update mobile details page layout

This commit is contained in:
2024-01-26 13:15:27 +08:00
parent e6363ff4fb
commit 94bcb53603
7 changed files with 63 additions and 19 deletions

View File

@@ -132,5 +132,8 @@
"invalidURLOrigin": "Invalid URL origin.",
"httpHttpsNeeded": "Unsupported scheme. Only https or http are supported.",
"corsCredentialsHosts": "The URL origins which are allowed to send CORS requests with credentials",
"corsCredentialsHostsHelp": "Add websites to this list can lead to security risks, make sure you trust these websites."
"corsCredentialsHostsHelp": "Add websites to this list can lead to security risks, make sure you trust these websites.",
"galleryDetails": "Gallery Details",
"title2": "Title",
"titleJpn": "Japanese Title"
}

View File

@@ -132,5 +132,8 @@
"invalidURLOrigin": "非法的 URL 源。",
"httpHttpsNeeded": "不支持的协议。仅支持 http 或 https。",
"corsCredentialsHosts": "被允许发送带有凭证的 CORS 请求的 URL 源",
"corsCredentialsHostsHelp": "将网站加入这个列表会导致安全风险,请确保你信任这些网站。"
"corsCredentialsHostsHelp": "将网站加入这个列表会导致安全风险,请确保你信任这些网站。",
"galleryDetails": "画廊详情",
"title2": "标题",
"titleJpn": "日语标题"
}