From 54ea445567d12e653e89de7c301f780619dc4d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=92=E7=88=BD=E5=B8=88=E5=8F=94?= <43847794+vlssu@users.noreply.github.com> Date: Sat, 30 Dec 2023 14:53:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=9A=8F=E7=BC=98=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/scripts/api/server/files/compressFiles.ts | 5 ++--- resources/scripts/api/server/files/decompressFiles.ts | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/resources/scripts/api/server/files/compressFiles.ts b/resources/scripts/api/server/files/compressFiles.ts index b4c0a251ec..fddd4ce1e9 100644 --- a/resources/scripts/api/server/files/compressFiles.ts +++ b/resources/scripts/api/server/files/compressFiles.ts @@ -8,9 +8,8 @@ export default async (uuid: string, directory: string, files: string[]): Promise { root: directory, files }, { timeout: 60000, - timeoutErrorMessage: - 'It looks like this archive is taking a long time to generate. It will appear once completed.', - } + timeoutErrorMessage: '打包成压缩包可能需要一些时间,一旦完成,您将能够看到生成的压缩文件。', + }, ); return rawDataToFileObject(data); diff --git a/resources/scripts/api/server/files/decompressFiles.ts b/resources/scripts/api/server/files/decompressFiles.ts index 37557a671c..0ce3cb3058 100644 --- a/resources/scripts/api/server/files/decompressFiles.ts +++ b/resources/scripts/api/server/files/decompressFiles.ts @@ -6,8 +6,7 @@ export default async (uuid: string, directory: string, file: string): Promise Date: Wed, 24 Jan 2024 08:48:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Laravel=20=E6=A1=86?= =?UTF-8?q?=E6=9E=B6=E9=AA=8C=E8=AF=81=E8=A7=84=E5=88=99=2010.x=20?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=8C=87=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/eggs/variables.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/eggs/variables.blade.php b/resources/views/admin/eggs/variables.blade.php index e79742f5d3..7207b2f308 100644 --- a/resources/views/admin/eggs/variables.blade.php +++ b/resources/views/admin/eggs/variables.blade.php @@ -76,7 +76,7 @@
-

这些规则是使用 Laravel 框架验证规则 标准定义的.

+

这些规则是使用 Laravel 框架验证规则 标准定义的.