Skip to content

Commit

Permalink
feat: update routing rules of ai service
Browse files Browse the repository at this point in the history
  • Loading branch information
7Sageer committed Feb 19, 2025
1 parent 28d27d5 commit 34c483d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@

## 📝 最近更新

### 2025-02-18
### 2025-02-19

- 添加前端i18n支持,后续会完善订阅逻辑
- 更新了 `💬 AI服务` 的路由规则

## 🔧 项目结构

Expand Down
2 changes: 1 addition & 1 deletion docs/API-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ API 支持以下预定义规则集:
| Rule Name | Used Site Rules | Used IP Rules |
|---|---|---|
| Ad Block | category-ads-all | |
| AI Services | openai,anthropic,jetbrains-ai,perplexity | |
| AI Services | category-ai-chat-!cn | |
| Bilibili | bilibili | |
| Youtube | youtube | |
| Google | google | google |
Expand Down
4 changes: 4 additions & 0 deletions docs/update-log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更新日志

## 2025-02-19

- 更新了 `💬 AI服务` 的路由规则

## 2025-02-18

- 添加前端i18n支持,后续会完善订阅逻辑
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const UNIFIED_RULES = [
{
name: 'AI Services',
outbound: t('outboundNames.AI Services'),
site_rules: ['openai', 'anthropic','jetbrains-ai','perplexity'],
site_rules: ['category-ai-chat-!cn',],
ip_rules: []
},
{
Expand Down

0 comments on commit 34c483d

Please sign in to comment.