doc(setting): fix mistake in description, and update icon description for clarity (#296)

* doc(setting): fix mistake in description, and update icon description for clarity

* Update dashboard.json
This commit is contained in:
Darren Yu 2025-08-20 14:15:33 +08:00 committed by GitHub
parent 2c5b89c59c
commit 8e56ad86ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View File

@ -317,11 +317,11 @@
"supportHTML": "Enter HTML or plain text.",
"branding": "Branding",
"smallIcon": "Small icon",
"smallIconDes": "URL of the small icon with the ico as extension.",
"smallIconDes": "URL of the small icon, ico or svg format. This icon will also be shown in browser tabs, bookmarks and desktop shortcuts.",
"mediumIcon": "Medium icon",
"mediumIconDes": "URL of the medium icon, prefer size at 192x192, png format.",
"largeIcon": "Large icon",
"largeIconDes": "URL of the medium icon, prefer size at 512x512, png format. This icon will also be shown while switching account in iOS app.",
"largeIconDes": "URL of the large icon, prefer size at 512x512, png format. This icon will also be shown while switching account in iOS app.",
"displayMode": "Display mode",
"displayModeDes": "The display mode of a PWA application after it's installed.",
"themeColor": "Theme color",

View File

@ -317,11 +317,11 @@
"supportHTML": "HTMLコードをサポート",
"branding": "アイコン",
"smallIcon": "小アイコン",
"smallIconDes": "拡張子がicoの小アイコンのアドレスです。",
"smallIconDes": "小アイコンのアドレスでicoまたはsvg形式。このアイコンはブラウザのタブ、ブックマーク、デスクトップショートカットなどで表示されます。",
"mediumIcon": "中アイコン",
"mediumIconDes": "192x192の中アイコンのアドレスですpng形式。",
"mediumIconDes": "192x192 の中アイコンのアドレスですpng形式。",
"largeIcon": "大アイコン",
"largeIconDes": "512x512の大アイコンのアドレスですpng形式。このアイコンはiOSクライアントでサイトを切り替える際にも表示されます。",
"largeIconDes": "512x512 の大アイコンのアドレスですpng形式。このアイコンはiOSクライアントでサイトを切り替える際にも表示されます。",
"displayMode": "表示モード",
"displayModeDes": "PWAアプリ追加後の表示モードです。",
"themeColor": "テーマカラー",

View File

@ -316,9 +316,9 @@
"supportHTML": "支持 HTML 代码",
"branding": "图标",
"smallIcon": "小图标",
"smallIconDes": "扩展名为 ico 的小图标地址。",
"smallIconDes": "小图标地址ico 或 svg 格式。此图标还会被用于在浏览器标签页、书签和桌面快捷方式等位置展示。",
"mediumIcon": "中图标",
"mediumIconDes": "192x192 的中图标地址png 格式。",
"mediumIconDes": "192x192 的中图标地址png 格式。",
"largeIcon": "大图标",
"largeIconDes": "512x512 的大图标地址png 格式。此图标还会被用于在 iOS 客户端切换站点时展示。",
"displayMode": "展示模式",

View File

@ -313,11 +313,11 @@
"supportHTML": "支援 HTML 程式碼",
"branding": "圖示",
"smallIcon": "小圖示",
"smallIconDes": "副檔名為 ico 的小圖示地址",
"smallIconDes": "小圖示地址ico 或 svg 格式。此圖示還會被用於在瀏覽器分頁、書籤及桌面捷徑等位置顯示。",
"mediumIcon": "中圖示",
"mediumIconDes": "192x192 的中圖示地址png 格式。",
"mediumIconDes": "192x192 的中圖示地址png 格式。",
"largeIcon": "大圖示",
"largeIconDes": "512x512 的大圖示地址png 格式。此圖示還會被用於在 iOS 客戶端切換站點時示。",
"largeIconDes": "512x512 的大圖示地址png 格式。此圖示還會被用於在 iOS 客戶端切換站點時示。",
"displayMode": "展示模式",
"displayModeDes": "PWA 應用新增後的展示模式。",
"themeColor": "主題色",