diff --git a/README.md b/README.md
index 8915474d6..d9d4f692d 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,6 @@
- [2. Homebrew 安装](#2-homebrew-安装)
- [开发者构建](#开发者构建)
- [构建环境](#构建环境)
- - [签名问题 ⚠️](#签名问题-️)
- [使用](#使用)
- [鼠标划词](#鼠标划词)
- [关于权限](#关于权限)
@@ -161,36 +160,6 @@ Xcode 13+, macOS Big Sur 11.3+。为避免不必要的问题,建议使用最
-### 签名问题 ⚠️
-
-Easydict 是开源软件,本身是安全的,但由于苹果严格的检查机制,打开时可能会遇到警告拦截。
-
-常见问题
-
-1. 如果遇到下面 [无法打开 Easydict 问题](https://github.com/tisfeng/Easydict/issues/2),请参考苹果使用手册 [打开来自身份不明开发者的 Mac App](https://support.apple.com/zh-cn/guide/mac-help/mh40616/mac)
-
-> 无法打开“Easydict.dmg”,因为它来自身份不明的开发者。
-
-
-
-
-
-
-
-2. 如果提示应用已损坏,请参考 [macOS 绕过公证和应用签名方法](https://www.5v13.com/sz/31695.html)
-
-> “Easydict”已损坏,无法打开。
-
-在终端里输入以下命令,并输入密码即可。
-
-```bash
-sudo xattr -rd com.apple.quarantine /Applications/Easydict.app
-```
-
---
## 使用
diff --git a/README_EN.md b/README_EN.md
index cddaf1576..b059cd222 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -63,7 +63,6 @@ We plan to refactor the project with Swift. If you are interested in this open s
- [2. Homebrew](#2-homebrew)
- [Developer Build](#developer-build)
- [Build Environment](#build-environment)
- - [Signature Problem ⚠️](#signature-problem-️)
- [Usage](#usage)
- [Select text by Mouse](#select-text-by-mouse)
- [About Permissions](#about-permissions)
@@ -160,36 +159,6 @@ If the run encounters the following error, try updating CocoaPods and then `pod
-### Signature Problem ⚠️
-
-Easydict is open source software and is inherently secure, but due to Apple's strict checking mechanism, you may encounter warning blocks when opening it.
-
-FAQ:
-
-1. If you encounter the following [Cannot open Easydict problem](https://github.com/tisfeng/Easydict/issues/2), please refer to [Open Mac App from an unidentified developer](https://support.apple.com/en-us/guide/mac-help/mh40616/mac)
-
-> Cannot open "Easydict.dmg" because Apple cannot check to see if it contains malware.
-
-
-
-
-
-
-
-2. If it indicates that the app is corrupted, please refer to [macOS Bypassing Notary and App Signing Methods](https://www.5v13.com/sz/31695.html)
-
-> "Easydict" is corrupted and cannot be opened.
-
-Just type the following command in the terminal and enter the password.
-
-```bash
-sudo xattr -rd com.apple.quarantine /Applications/Easydict.app
-```
-
---
## Usage