Skip to content

Commit

Permalink
del
Browse files Browse the repository at this point in the history
  • Loading branch information
song-xiao-lin committed Jul 3, 2024
1 parent 873ba24 commit 96e0487
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions app/renderer/src/main/src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1035,22 +1035,6 @@ const Home: React.FC<HomeProp> = (props) => {
</YakitButton>
</div>
)}
<div className={styles["home-card-config-detection"]}>
<div className={styles["config-detection-left"]}>
<SolidExclamationIcon className={styles["exclamation-icon"]} />
检测到网卡权限未修复
</div>
<YakitButton
type='text'
className={styles["config-detection-btn"]}
onClick={() => {
if (pcapHintShow) return
setPcapHintShow(true)
}}
>
去修复
</YakitButton>
</div>
<YakitHint
visible={pcapHintShow}
heardIcon={pcapResult ? <AllShieldCheckIcon /> : undefined}
Expand Down

0 comments on commit 96e0487

Please sign in to comment.