update user agent

This commit is contained in:
SoftFever 2023-12-11 22:20:34 +08:00
parent 62bd10a27c
commit ae8995fec2
6 changed files with 9 additions and 9 deletions

View file

@ -327,7 +327,7 @@ function clearCookie(name) {
/*--------Studio WX Message-------*/
function IsInSlicer()
{
let bMatch=navigator.userAgent.match( RegExp('BBL-Slicer','i') );
let bMatch=navigator.userAgent.match( RegExp('OrcaSlicer','i') );
return bMatch;
}