hyg.codeberg.page

This commit is contained in:
Huang,Yonggang 2024-05-09 18:21:42 +08:00
parent 5f6e963075
commit 49823826dd
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@
alert("window.location.host: "+window.location.host);
alert("document.domain: "+document.domain);
if (document.domain == "codeberg.page") {
if (document.domain == "hyg.codeberg.page") {
todayurl = "https://hyg.codeberg.page/blog/@master/release/time/d." + datestr() + ".md";
tomorrowurl = "https://hyg.codeberg.page/blog/@master/release/time/d." + datestr(1) + ".md";
}else if (document.domain == "github.io") {
}else if (document.domain == "hyg.github.io") {
todayurl = "hyg.github.io/blog/release/time/d." + datestr() + ".md";
tomorrowurl = "hyg.github.io/blog/release/time/d." + datestr(1) + ".md";
}