mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-10 08:58:15 +08:00
🐛 fix script link err
This commit is contained in:
@@ -827,7 +827,7 @@ class TGClient {
|
||||
var checkLib = false;
|
||||
var scripts = document.querySelectorAll("script");
|
||||
for(var script of scripts) {
|
||||
if(script.src.includes("modern-screenshot")) {
|
||||
if(script.src.includes("https://cdn.jsdelivr.net/npm/modern-screenshot")) {
|
||||
checkLib = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user