fix(ops): 修正卡片标题翻译

- 卡片标题显示"请求"
- 卡片内部标签保持"请求数"
This commit is contained in:
IanShaw027
2026-01-12 14:05:10 +08:00
parent f55ba3f6c1
commit 8e248e0853
2 changed files with 52 additions and 28 deletions

View File

@@ -2047,7 +2047,8 @@ export default {
avg: 'avg',
max: 'max',
qps: 'QPS',
requests: '请求',
requests: '请求',
requestsTitle: '请求',
upstream: '上游',
client: '客户端',
system: '系统',