From a4b9fdca2f6092cafe97395c880bc3e3239e9aa8 Mon Sep 17 00:00:00 2001 From: nicocatxzc Date: Sat, 10 May 2025 20:04:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/zh/first-step/theme-install/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/zh/first-step/theme-install/index.md b/docs/zh/first-step/theme-install/index.md index 6d2beb75..4015580e 100644 --- a/docs/zh/first-step/theme-install/index.md +++ b/docs/zh/first-step/theme-install/index.md @@ -17,6 +17,10 @@ title: 安装主题 MySQL:8.0.X 版本 ::: +> [!CAUTION] +> 主题相关功能依赖GD、mbstring、curl、openssl, +> 未安装以上php拓展将导致主题无法运作或相关功能不可用。 + ## 上传并启用主题 ::: warning From 719fce563f2ef84854ce75c0765d443446583c76 Mon Sep 17 00:00:00 2001 From: nicocatxzc Date: Sat, 10 May 2025 20:13:10 +0800 Subject: [PATCH 2/2] en --- docs/en/first-step/theme-install/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/first-step/theme-install/index.md b/docs/en/first-step/theme-install/index.md index 62778104..86908786 100644 --- a/docs/en/first-step/theme-install/index.md +++ b/docs/en/first-step/theme-install/index.md @@ -18,6 +18,10 @@ title: Installing the Theme MySQL: Version 8.0.X ::: +> [!CAUTION] +> Some theme-related functions rely on GD, mbstring, curl, openssl. +> Theme will not work or related functions will unavailable without PHP extensions listed above. + ## Upload and Activate the Theme ::: warning