1x32

Results 4 issues of 1x32

#PowerShell 脚本 $filePath = 'C:\Users\用戶名\AppData\Roaming\Translate_Subtitle_File\config.json' $configJson = Get-Content -Path $filePath | ConvertFrom-Json $latestDate = $configJson.speech_to_text_quote.PSObject.Properties.Name | Sort-Object { [DateTime]$_ } | Select-Object -Last 1 $configJson.speech_to_text_quote.$latestDate.total = -9999999 $modifiedJson = $configJson...