wjx пре 2 година
родитељ
комит
c9a2980426
2 измењених фајлова са 3 додато и 0 уклоњено
  1. 2 0
      src/app.tsx
  2. 1 0
      src/assets/monitor.svg

+ 2 - 0
src/app.tsx

@@ -12,6 +12,7 @@ import { ReactComponent as LaunchSvg } from '@/assets/launch.svg'
 import { ReactComponent as AdLaunchSvg } from '@/assets/adLaunch.svg'
 import { ReactComponent as MaterialSvg } from '@/assets/material.svg'
 import { ReactComponent as GdtSvg } from '@/assets/gdt.svg'
+import { ReactComponent as MonitorSvg } from '@/assets/monitor.svg'
 import versions from './utils/versions';
 
 
@@ -105,6 +106,7 @@ const IconMap = {
   adLaunch: <span role="img" aria-label="fund-view" className="anticon anticon-fund-view"><AdLaunchSvg /></span>,
   material: <span role="img" aria-label="fund-view" className="anticon anticon-fund-view"><MaterialSvg /></span>,
   gdt: <span role="img" aria-label="fund-view" className="anticon anticon-fund-view"><GdtSvg /></span>,
+  monitor: <span role="img" aria-label="fund-view" className="anticon anticon-fund-view"><MonitorSvg /></span>,
   eye: <EyeOutlined />
 };
 //处理菜单

+ 1 - 0
src/assets/monitor.svg

@@ -0,0 +1 @@
+<svg viewBox="64 64 896 896" focusable="false" data-icon="fund-view" width="1em" height="1em" fill="currentColor" aria-hidden="true"><path d="M855.04 101.76H168.96a80.64 80.64 0 0 0-81.28 80.64v539.52a81.28 81.28 0 0 0 81.28 81.28h312.32v55.04H234.88a32.64 32.64 0 0 0-32 32 32 32 0 0 0 32 32h556.16a32 32 0 0 0 32-32 32 32 0 0 0-32-32H545.28v-55.04h309.76a81.28 81.28 0 0 0 81.28-81.28V182.4a80.64 80.64 0 0 0-81.28-80.64z m17.28 620.16a17.28 17.28 0 0 1-17.28 17.28H168.96a17.28 17.28 0 0 1-17.28-17.28V182.4a17.28 17.28 0 0 1 17.28-16.64h686.08a17.28 17.28 0 0 1 17.28 16.64z" fill="#bfbfbf" p-id="6637"></path><path d="M721.28 289.28L557.44 492.16l-120.32-128a30.72 30.72 0 0 0-23.04-10.24 30.72 30.72 0 0 0-23.04 10.24l-123.52 128a32 32 0 0 0 46.72 44.16l99.84-104.32 121.6 128a33.28 33.28 0 0 0 23.68 16 30.08 30.08 0 0 0 23.68-12.16L768 328.96a31.36 31.36 0 1 0-49.28-39.68z" fill="#bfbfbf" p-id="6638"></path></svg>