From e6793cb1199a40aeb273bae74acbe9a652c5a0d2 Mon Sep 17 00:00:00 2001 From: chengkai3 Date: Sat, 27 Jun 2026 07:37:13 +0800 Subject: [PATCH] =?UTF-8?q?[feat]:[wine]=E8=AE=BE=E7=BD=AE=E5=A4=96?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E5=99=A8=E9=A1=B5=E9=9D=A2=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC=20-=20tpbig.exe=E8=B7=AF=E5=BE=84=E5=8F=8A=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=AE=97=E4=BE=8B=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/app/admin/wine-runner/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/app/admin/wine-runner/page.tsx b/web/src/app/admin/wine-runner/page.tsx index 922b067..486e547 100644 --- a/web/src/app/admin/wine-runner/page.tsx +++ b/web/src/app/admin/wine-runner/page.tsx @@ -62,8 +62,8 @@ type WineRunDetail = { }; const DEFAULT_FORM_VALUES: WineRunFormValues = { - exe_path: "", - arguments_text: "", + exe_path: "ATP/tpbig.exe", + arguments_text: "templates/fanji/work.atp", working_dir: "", timeout_seconds: 300, }; @@ -278,7 +278,7 @@ export default function AdminWineRunnerPage() { - +