noame19
Results
3
issues of
noame19
但是同一网络下直接浏览器访问荔枝网是支持播放的
``` param( [string]$RootDir = $PSScriptRoot, [switch]$Force, [switch]$DryRun, [switch]$SkipIfAllOutputExist = $true ) # exe 文件(假设和脚本同目录) $ExePath = Join-Path $PSScriptRoot 'mergePDFs-windows-amd64.exe' if (-not (Test-Path $ExePath) -and -not $DryRun) { Write-Error "找不到: $ExePath...