添加了文件类型日志存放

This commit is contained in:
Nanaloveyuki
2025-07-27 23:53:34 +08:00
parent 58a5e6db62
commit fc9d90c7c1
5 changed files with 158 additions and 12 deletions

View File

@ -6,7 +6,6 @@ pliblog's style tools, used to format log output
# encoding = utf-8
# python 3.13.5
from .configs import get_config
from typing import Union, Optional
def _get_hex_to_ansi(hex_color: str) -> Union[Optional[str], None]: