mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-19 22:12:15 +01:00
12 lines
265 B
JSON
12 lines
265 B
JSON
{
|
||
"descriptor": {
|
||
"name": "Ping",
|
||
"description": "根据设定的URL的HTTP响应代码,显示一个状态指示器。"
|
||
},
|
||
"states": {
|
||
"online": "在线 {{response}}",
|
||
"offline": "离线 {{response}}",
|
||
"loading": "正在加载..."
|
||
}
|
||
}
|