This is an automated email from the ASF dual-hosted git repository.

Yilialinn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new c4776e85fe docs: fix traffic-split attribute table rendering (#13965)
c4776e85fe is described below

commit c4776e85fe1e5674bf2e523a38ab1966d9c6402c
Author: Yilia Lin <[email protected]>
AuthorDate: Fri Sep 18 13:56:10 2026 +0800

    docs: fix traffic-split attribute table rendering (#13965)
---
 docs/zh/latest/plugins/traffic-split.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/latest/plugins/traffic-split.md 
b/docs/zh/latest/plugins/traffic-split.md
index 63d8d51e74..547ca9d612 100644
--- a/docs/zh/latest/plugins/traffic-split.md
+++ b/docs/zh/latest/plugins/traffic-split.md
@@ -48,7 +48,7 @@ import TabItem from '@theme/TabItem';
 ## 属性
 
 | 名称 | 类型 | 必选项 | 默认值 | 有效值 | 描述 |
-| ---------------------- | --------------| ------ | ------ | ------ 
|-------------------------------------------------------- 
-------------------------------------------------- 
-------------------------------------------------- 
-------------------------------------------------- 
--------------------------------------------------|
+| ---------------------- | -------------- | ------ | ------ | ------ | 
------------------------------------------------------- |
 | rules.match | array[object] | 否 | | | 要执行的一对或多对匹配条件和操作的数组。 |
 | rules.match | array[object] | 否 | | | 条件流量分割的匹配规则。 |
 | rules.match.vars | array[array] | 否 | | | 以 
[lua-resty-expr](https://github.com/api7/lua-resty-expr#operator-list) 
形式包含一个或多个匹配条件的数组,用于有条件地执行插件。 |

Reply via email to