Skip to content

Commit ebd9acf

Browse files
author
liw003
committed
xx
1 parent 047e7d7 commit ebd9acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ const __BUILD_TIME__ = ''
397397
};
398398

399399
let btime = document.getElementById("build") as HTMLElement;
400-
btime.innerText = `\n${__BUILD_MOD__}\n${__BUILD_TIME__} `;
400+
btime.innerText = `${__BUILD_MOD__}\n${__BUILD_TIME__} `;
401401

402402
(async function initDefaultValues() {
403403
console.log(location.hash);

0 commit comments

Comments
 (0)