2023-04-21 12:59:52 +08:00

3 lines
70 B
JavaScript

export function isTest(){
return location.href.includes('test');
}