mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
move scripts to _src/
This commit is contained in:
parent
c0d83d4e80
commit
0da5a1739a
|
|
@ -62,13 +62,6 @@ WebFont.load({
|
|||
families: ['Lato']
|
||||
}
|
||||
});
|
||||
(function () {
|
||||
var lei3Po8h = ["support", ["tuna", "tsinghua", "edu", "cn"].join(".")].join("@");
|
||||
document.querySelectorAll('a.eib1gieB').forEach(function (el) {
|
||||
el.textConetent=lei3Po8h;
|
||||
el.href=["ma","ilto:"].join("i")+lei3Po8h;
|
||||
});
|
||||
})();
|
||||
</script>
|
||||
|
||||
{% fa_svg_generate %}
|
||||
|
|
|
|||
|
|
@ -12,3 +12,11 @@ if (siteSuffix) {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
const lei3Po8h = ["support", ["tuna", "tsinghua", "edu", "cn"].join(".")].join(
|
||||
"@",
|
||||
);
|
||||
Array.from(document.querySelectorAll("a.eib1gieB")).forEach((el) => {
|
||||
el.textContent = lei3Po8h;
|
||||
el.href = ["ma", "ilto:"].join("i") + lei3Po8h;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue