From 2f0658b5786f2aee6781bced7de285fb67486357 Mon Sep 17 00:00:00 2001 From: pcnick Date: Sat, 4 Jul 2026 22:30:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=8C=AF=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Animelibk.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Animelibk.ps1 b/Animelibk.ps1 index b8cb455..edfc2cf 100644 --- a/Animelibk.ps1 +++ b/Animelibk.ps1 @@ -92,7 +92,7 @@ $Latinization = { param($String) # 載入置換檔 - $C = if ($WorkData.Standard -and (Test-path $PSScriptRoot\C2E.csv)) {Import-Csv -Encoding UTF8 $PSScriptRoot\C2E.csv} + $C = if (!$WorkData.Standard -and (Test-path $PSScriptRoot\C2E.csv)) {Import-Csv -Encoding UTF8 $PSScriptRoot\C2E.csv} if ($WorkData.Latinization.Length -eq 0) { $T = Read-Host "請輸入拉丁化作品名稱"