diff --git a/core/fun_basic.py b/core/fun_basic.py index ab07201..1727c1f 100644 --- a/core/fun_basic.py +++ b/core/fun_basic.py @@ -109,7 +109,5 @@ def load_as_base64(icons_dir: str) -> dict[str, str]: mime = f"image/{ext.lower().lstrip('.')}" icons[display_name] = f"data:{mime};base64,{data}" - # ↓ 加这行 - logger.debug(f"加载图标: 原始文件名={filename!r} → key={display_name!r}") return icons \ No newline at end of file diff --git a/templates/test.html b/templates/test.html index 92463ce..9d0bfbd 100644 --- a/templates/test.html +++ b/templates/test.html @@ -79,8 +79,8 @@