Skip to content

Commit 34c483d

Browse files
committed
feat: update routing rules of ai service
1 parent 28d27d5 commit 34c483d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070

7171
## 📝 最近更新
7272

73-
### 2025-02-18
73+
### 2025-02-19
7474

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

7777
## 🔧 项目结构
7878

docs/API-doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ API 支持以下预定义规则集:
131131
| Rule Name | Used Site Rules | Used IP Rules |
132132
|---|---|---|
133133
| Ad Block | category-ads-all | |
134-
| AI Services | openai,anthropic,jetbrains-ai,perplexity | |
134+
| AI Services | category-ai-chat-!cn | |
135135
| Bilibili | bilibili | |
136136
| Youtube | youtube | |
137137
| Google | google | google |

docs/update-log.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 更新日志
22

3+
## 2025-02-19
4+
5+
- 更新了 `💬 AI服务` 的路由规则
6+
37
## 2025-02-18
48

59
- 添加前端i18n支持,后续会完善订阅逻辑

src/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const UNIFIED_RULES = [
1515
{
1616
name: 'AI Services',
1717
outbound: t('outboundNames.AI Services'),
18-
site_rules: ['openai', 'anthropic','jetbrains-ai','perplexity'],
18+
site_rules: ['category-ai-chat-!cn',],
1919
ip_rules: []
2020
},
2121
{

0 commit comments

Comments
 (0)