web添加解析类型显示

This commit is contained in:
Alex Yang
2025-11-26 00:06:14 +08:00
parent d6e9cc990b
commit 3494ce88a1
4 changed files with 204 additions and 33 deletions

View File

@@ -129,6 +129,9 @@ const api = {
// 获取每月统计数据30天
getMonthlyStats: () => apiRequest('/monthly-stats?t=' + Date.now()),
// 获取查询类型统计
getQueryTypeStats: () => apiRequest('/query/type?t=' + Date.now()),
// 获取屏蔽规则 - 已禁用
getShieldRules: () => {
console.log('屏蔽规则功能已禁用');