This commit is contained in:
Huang,Yonggang 2024-05-09 09:43:40 +08:00
parent 464a149753
commit a94198ee4b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
var daylogurl = "https://hyg.codeberg.page/blog/@master/release/time/d." + datestr() + ".md";
window.onload = function () {
getTextFileFromURL("daylogurl");
getTextFileFromURL(daylogurl);
}
function getTextFileFromURL(url) {