> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.omegatheme.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 优先级规则管理

### Wix平台专属功能：优先级规则  

#### 黑名单与白名单说明  
* **黑名单**：拦截或重定向指定访客  
![](https://storage.crisp.chat/users/helpdesk/website/8383e5404a31c000/image_p8hdiz.png) 

* **白名单**：允许名单内访客访问（启用VPN/代理或TOR拦截时，使用这些工具的访客仍会被拦截）  
![](https://storage.crisp.chat/users/helpdesk/website/8383e5404a31c000/image_13uf3ua.png) 

#### 优先级规则运作原理  
1. **自上而下检测**：系统按规则排序从高到低逐条验证访客条件  
2. **默认规则组**：白名单条件默认置顶优先检测（可自定义调整）  
![](https://storage.crisp.chat/users/helpdesk/website/8383e5404a31c000/image_19c62nl.png) 

#### 配置指南  
* **拖拽排序**：将关键条件置于列表顶部  
* **短路机制**：匹配成功则跳过后续规则检测  
* **保存设置**：完成排序后点击"保存"按钮  
* **恢复默认**：点击"刷新"按钮可还原初始规则顺序  

#### 配置案例演示  
**业务场景**：仅允许越南客户访问，但需屏蔽：  
* 特定IP（1.1.1.1）  
* 使用Viettel ISP的越南访客  

**规则配置**：  
1. 黑名单-IP（1.1.1.1）→ 优先级1  
2. 黑名单-ISP（Viettel）→ 优先级2  
3. 白名单-国家（越南）→ 优先级3  
4. 黑名单-全球拦截 → 最终兜底规则  

![](https://storage.crisp.chat/users/helpdesk/website/8383e5404a31c000/image_rwipzu.png) 

**执行逻辑**：  
1. 拦截1.1.1.1的访问请求  
2. 拦截使用Viettel的越南IP  
3. 放行其他越南访客  
4. 拦截所有非越南地区访问  
