This commit is contained in:
Silent YANG 2024-04-01 13:26:21 +08:00
parent ac50b21707
commit 93a252f17a
1 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,7 @@
window.TextDecoder = TextDecoder;
//
if(location.hostname == 'k5.vicicode.com' || location.hostname == 'k5.lhw711.cn'){
if(location.hostname == 'k5.vicicode.com' || location.hostname == 'k5.lhw711.cn' || location.hostname == 'mm.md' || location.hostname == 'k5.mm.md'){
const aegis = new Aegis({
id: 'yr5DeslJkz3Qn20jg0', // id
reportApiSpeed: true, //
@ -27,6 +27,10 @@
spa: true, // spa pv
hostUrl: 'https://rumt-zh.com'
});
const shynet = document.createElement('script');
shynet.defer;
shynet.src = "https://shynet.vicicode.com/ingress/4c1dcea4-75c5-45e2-a641-25f211adbad6/script.js";
document.body.append(shynet);
}
const { currentLocale } = useLocale();