From 294119fb4a20012072192774a723e52e24d686a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B5=A9=E5=A4=A7=E4=BA=BA?= Date: Tue, 28 Jul 2026 17:29:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20codex=E5=90=AF=E5=8A=A8/co?= =?UTF-8?q?dex.ps1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codex启动/codex.ps1 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 codex启动/codex.ps1 diff --git a/codex启动/codex.ps1 b/codex启动/codex.ps1 new file mode 100644 index 0000000..f7c02c9 --- /dev/null +++ b/codex启动/codex.ps1 @@ -0,0 +1,7 @@ +[Console]::OutputEncoding = [System.Text.Encoding]::UTF8 + +$env:HTTP_PROXY = "http://127.0.0.1:7897" +$env:HTTPS_PROXY = "http://127.0.0.1:7897" + +codex @args +exit $LASTEXITCODE \ No newline at end of file