From 4a5c0f86de85f5eddb2b0b6816db2a9ea38cde40 Mon Sep 17 00:00:00 2001
From: Sia <125020500+ziqisia@users.noreply.github.com>
Date: Mon, 25 Nov 2024 11:57:26 +0800
Subject: [PATCH] fix: fix `Context-Provider` demo url (#306)
---
packages/arcodesign/components/context-provider/demo/theme.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/arcodesign/components/context-provider/demo/theme.md b/packages/arcodesign/components/context-provider/demo/theme.md
index a65430d3..b1728648 100644
--- a/packages/arcodesign/components/context-provider/demo/theme.md
+++ b/packages/arcodesign/components/context-provider/demo/theme.md
@@ -2,7 +2,7 @@
#### 2
-如果需要动态主题切换,需要配置 less 选项`@use-css-vars: 1`以启用 css 变量([详情见【快速上手 - 主题变量定制 & 动态切换】](/#/doc/readme))。@en{If there is a need for dynamic theme switching, you need to configure the less option `@use-css-vars: 1` to enable css variable([For details, see [Quick Start - Theme variable customization & dynamic switching]](/#/doc/readme)).}
+如果需要动态主题切换,需要配置 less 选项`@use-css-vars: 1`以启用 css 变量([详情见【快速上手 - 主题变量定制 & 动态切换】](#/doc/readme))。@en{If there is a need for dynamic theme switching, you need to configure the less option `@use-css-vars: 1` to enable css variable([For details, see [Quick Start - Theme variable customization & dynamic switching]](#/en-US/doc/readme)).}
请注意,由于 css variable 存在兼容性问题(查看兼容性),请自行判断使用风险@en{Please note that due to the compatibility issues of css variables(Check compatibility), please use it at your own risk.}