feat: change version describe (#858)

This commit is contained in:
bens.CN
2024-04-29 14:22:43 +08:00
committed by GitHub
parent 8232677658
commit aec9095d7e
3 changed files with 53 additions and 19 deletions

View File

@@ -136,16 +136,22 @@ const FunctionTable = () => {
title: "统计分析",
data: [
{
name: "基础统计图表",
name: "统计图表",
tip: "",
experience: <Support />,
experience: <Illustrate text="基础统计分析" />,
major: <Illustrate text="高级统计分析" />,
basics: <Illustrate text="企业级防护数据仪表盘" />,
},
{
name: "攻击日志导出",
experience: <NotSupport />,
major: <Support />,
basics: <Support />,
},
{
name: "高级统计分析与报告",
name: "防护报告导出",
experience: <NotSupport />,
major: <Illustrate text="高级统计" />,
major: <NotSupport />,
basics: <Support />,
},
{
@@ -165,6 +171,30 @@ const FunctionTable = () => {
major: <Support />,
basics: <Support />,
},
{
name: "检测引擎性能配置",
experience: <NotSupport />,
major: <Support />,
basics: <Support />,
},
{
name: "Syslog 转发",
experience: <NotSupport />,
major: <Support />,
basics: <Support />,
},
{
name: "钉钉、飞书、企微告警",
experience: <NotSupport />,
major: <Support />,
basics: <Support />,
},
{
name: "多用户管理",
experience: <NotSupport />,
major: <Support />,
basics: <Support />,
},
{
name: "多设备集中管理",
tip: "",

View File

@@ -33,12 +33,13 @@ const VERSION_LIST = [
</Button>
),
functions: [
"Web 攻击防护",
"爬虫防护 / 人机验证",
"Web 访问控制 / Web 身份认证",
"CC 攻击防护 / 频率限制",
"智能语义分析 Web 防护",
"人机验证 / 爬虫防护",
"网站身份认证",
"频率限制 / CC 攻击防护",
"黑 IP 情报防护",
"0 Day 漏洞情报防护",
"黑白名单",
"",
],
},
{
@@ -91,11 +92,12 @@ const VERSION_LIST = [
),
functions: [
"所有社区版能力",
"Web 攻击加强防护",
"黑 IP 加强情报防护",
"自定义拦截页面",
"加强 Web 攻击防护",
"高级统计分析",
"基于地理位置的访问控制",
"上游服务器负载均衡",
"自定义拦截页面",
"负载均衡",
"对外告警",
],
},
{
@@ -115,11 +117,12 @@ const VERSION_LIST = [
operation: <Consultation />,
functions: [
"所有专业版能力",
"软件、硬件、云原生等交付形式",
"反代、透明、路由、桥接、旁挂等方式部署",
"动态防护、拟态防护 等高级防护能力",
"企业级管理、合规审计能力",
"硬件、云原生等交付形态",
"透明、路由、桥接、旁挂等接入方式",
"多活、主备、Bypass 等高可用形式",
"动态防护、拟态防护等高级防护形式",
"分布式集群部署,检测超大规模流量",
"承载超大规模流量的分布式集群部署",
],
},
];
@@ -235,6 +238,7 @@ const FunctionItems: React.FC<{ items: any[] }> = ({ items }) => {
pl: 2,
fontSize: "14px",
textAlign: "center",
minHeight: '14px',
// "&:before": {
// content: "' '",
// position: "absolute",

View File

@@ -62,7 +62,7 @@ table {
body {
color: rgb(var(--foreground-rgb));
font-family: 'PingFang SC, Microsoft YaHei, Hiragino Sans GB, Helvetica Nene, Helvetica, Arial',
font-family: PingFang SC, Microsoft YaHei, Hiragino Sans GB, Helvetica Nene, Helvetica, Arial;
}
a:-webkit-any-link {
@@ -70,7 +70,7 @@ a:-webkit-any-link {
}
@font-face {
font-family: 'AlimamaShuHeiTi-Bold';
font-family: AlimamaShuHeiTi-Bold;
src: url('/fonts/AlimamaShuHeiTi-Bold.ttf') format('truetype');
font-display: swap;
}