优化:白名单菜单更名为限制策略
菜单名称调整为限制策略,页面标题同步为限制策略与白名单,并更新相关配置提示,准确表达全局阈值与白名单管理能力。
This commit is contained in:
@@ -151,7 +151,7 @@ function SceneConfig({ scene }: { scene: Scene }) {
|
||||
次在等候浮层广告位播放本视频并奖励金币。次数按账号、按功能分别计算;
|
||||
开播即计次,播完或中途关闭均发放当次配置的金币。
|
||||
{scene === 'coupon' &&
|
||||
'领券引导视频的播放次数上限请在「监控审计 → 白名单」中调整。'}
|
||||
'领券引导视频的播放次数上限请在「监控审计 → 限制策略」中调整。'}
|
||||
</p>
|
||||
{loading || !cfg ? (
|
||||
<Spin style={{ display: 'block', margin: '24px 0' }} />
|
||||
|
||||
@@ -4,6 +4,7 @@ import { useEffect, useRef, useState } from 'react';
|
||||
import { usePathname, useRouter } from 'next/navigation';
|
||||
import {
|
||||
BarChartOutlined,
|
||||
ControlOutlined,
|
||||
DashboardOutlined,
|
||||
DatabaseOutlined,
|
||||
FileSearchOutlined,
|
||||
@@ -18,7 +19,6 @@ import {
|
||||
ProfileOutlined,
|
||||
SafetyCertificateOutlined,
|
||||
SecurityScanOutlined,
|
||||
StopOutlined,
|
||||
SettingOutlined,
|
||||
ShareAltOutlined,
|
||||
TeamOutlined,
|
||||
@@ -106,7 +106,7 @@ const NAV_GROUPS: NavGroup[] = [
|
||||
{ key: '/analytics-health', icon: <LineChartOutlined />, label: '埋点成功率' },
|
||||
{ key: '/event-logs', icon: <DatabaseOutlined />, label: '埋点日志' },
|
||||
{ key: '/audit-logs', icon: <FileSearchOutlined />, label: '审计日志' },
|
||||
{ key: '/limit-whitelist', icon: <StopOutlined />, label: '白名单' },
|
||||
{ key: '/limit-whitelist', icon: <ControlOutlined />, label: '限制策略' },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
@@ -764,7 +764,7 @@ export default function LimitWhitelistPage() {
|
||||
<Space align="start" style={{ width: '100%', marginBottom: 16 }}>
|
||||
<div>
|
||||
<Title level={2} style={{ marginBottom: 4 }}>
|
||||
白名单
|
||||
限制策略与白名单
|
||||
</Title>
|
||||
<Text type="secondary">
|
||||
统一管理限制全局值,并按手机号或设备设置临时白名单。
|
||||
|
||||
Reference in New Issue
Block a user