From 585c19fc7033ad5af8f8bbe937c7ac634e57b6ae Mon Sep 17 00:00:00 2001 From: "1808837298@qq.com" <1808837298@qq.com> Date: Wed, 19 Feb 2025 15:45:09 +0800 Subject: [PATCH] docs: Add proxy usage information note in SystemSetting component --- web/src/components/SystemSetting.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/web/src/components/SystemSetting.js b/web/src/components/SystemSetting.js index 1c953f6b..3149f91e 100644 --- a/web/src/components/SystemSetting.js +++ b/web/src/components/SystemSetting.js @@ -368,6 +368,17 @@ const SystemSetting = () => { ) + + 注意:代理功能仅对图片请求和 Webhook 请求生效,不会影响其他 API 请求。如需配置 API 请求代理,请参考 + + {' '}API 代理设置文档 + + 。 +