added 6.2 changelog

This commit is contained in:
wukko
2023-06-27 20:46:51 +06:00
parent 65161107fa
commit 4f87618ceb
4 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,7 @@
const ua = navigator.userAgent.toLowerCase();
const isIOS = ua.match("iphone os");
const isMobile = ua.match("android") || ua.match("iphone os");
const version = 30;
const version = 31;
const regex = new RegExp(/https:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()!@:%_\+.~#?&\/\/=]*)/);
const notification = `<div class="notification-dot"></div>`;

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB