From 0efe92ad5fb790c1d354048417bae1221b60de54 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sun, 1 Jan 2023 11:36:38 +0300 Subject: [PATCH] Update logo https://github.com/SpotX-CLI/SpotX-Win/issues/265 --- scripts/installer-lang/zh.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/installer-lang/zh.ps1 b/scripts/installer-lang/zh.ps1 index 8e8b234..b749617 100644 --- a/scripts/installer-lang/zh.ps1 +++ b/scripts/installer-lang/zh.ps1 @@ -1,8 +1,8 @@ [PSCustomObject]@{ Welcome = " -╔══════════════════════════════╗ -║ Welcome to SpotX for Windows ║ -╚══════════════════════════════╝" +╔════════════════════════════════╗ +║ 欢迎使用 SpotX 的 Windows 版本 ║ +╚════════════════════════════════╝" Incorrect = "糟糕,不正确的参数," Incorrect2 = "请重新输入 " Download = "下载错误" @@ -58,4 +58,4 @@ HostBak = "备份原始 hosts 文件为 hosts.bak..." HostDel = "试图从原始 hosts 文件中删除不需要的 URL..." HostError = "在编辑 hosts 文件时发生了错误,请手动编辑或以管理员身份重新运行该脚本。" -} \ No newline at end of file +}