From cce4ab076f3fa26f393fe4039ef5a891e2e8b2a1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 31 十二月 2024 10:49:28 +0800 Subject: [PATCH] 2024-12-31 --- public/index.html | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/public/index.html b/public/index.html index 7719992..b182d18 100644 --- a/public/index.html +++ b/public/index.html @@ -60,7 +60,11 @@ } window.mkInfo = function(value, color = '') { - console.info(value, color) + if (color) { + console.info(value, color) + } else { + console.info(value) + } } </script> </head> -- Gitblit v1.8.0