fix: disable output highlight

Need to be disabled within our scope of use
This commit is contained in:
Puqns67 2024-10-13 17:12:06 +08:00
parent 26fb63d939
commit b78b2ebfbb
Signed by: Puqns67
GPG Key ID: 9669DF042554F536

View File

@ -73,7 +73,7 @@ class NCMLyricsApp:
nargs=-1,
)
def main(outputs: list[Path], exist: bool, overwrite: bool, quiet: bool, links: list[str]) -> int:
console = Console(theme=NCMLyricsAppTheme)
console = Console(theme=NCMLyricsAppTheme, highlight=False)
if len(links) == 0:
console.print(