App Platform

This commit is contained in:
Sascha Leib
2025-10-16 08:24:46 +02:00
parent e4ddd94610
commit bda325f4f6
4 changed files with 7 additions and 2 deletions

View File

@@ -74,6 +74,7 @@
&.pf_hmos::before { background-position-y: -220px }
&.pf_tizen::before { background-position-y: -240px }
&.pf_fire::before { background-position-y: -260px }
&.pf_app::before { background-position-y: -280px }
&.pf_other::before { background-image: url('img/more.svg') }
/* browser icons */

View File

@@ -27,11 +27,11 @@
},
{"func": "noRecord", "params": ["log"],
"id": "noClient", "desc": "No client-side JS log was recorded",
"bot": 40
"bot": 50
},
{"func": "noRecord", "params": ["tck"],
"id": "noTicks", "desc": "No client ticks were recorded",
"bot": 10
"bot": 20
},
{"func": "noReferrer",
"id": "noRefs", "desc": "No referer field",

View File

@@ -54,5 +54,9 @@
{"n": "Windows Server",
"id": "winsrvr",
"rx": [ "Windows Server (\\d+)[\\s\\);,\\.]"]
},
{"n": "App",
"id": "app",
"rx": [ "WhatsApp/(\\d+\\.\\d+)", "Facebot Twitterbot\\/(\\d\\.\\d)", "Google-NotebookLM"]
}
]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB