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