Skip to content

Commit f868ca9

Browse files
authored
Update make_site.js
1 parent 96f7881 commit f868ca9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/make_site.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ function main() {
8787
for (var i = 1; i < arguments.length; i++) {
8888
if (typeof arguments[i] == "number") {
8989
outdiv.innerText += num2hanzi(arguments[i]);
90+
} else if (typeof arguments[i] == "boolean") {
91+
outdiv.innerText += bool2hanzi(arguments[i]);
9092
} else {
9193
outdiv.innerText += arguments[i];
9294
}

0 commit comments

Comments
 (0)