diff --git a/Release-files-introduction.md b/Release-files-introduction.md
index 5263fb9..3776a6d 100644
--- a/Release-files-introduction.md
+++ b/Release-files-introduction.md
@@ -1,11 +1,13 @@
 ## 发布文件介绍 (v7.x)
 
+### 通用说明
+
+1. 发布包中含部分 Core 文件(`Xray`,`sing-box`, `mihomo`),方便使用;其他 Core 需要自己去下载,[支持的核心列表](List-of-supported-cores)
+2. `zip`格式包为便携版,解压缩到文件夹后直接可以运行,存储文件位置为本文件夹;可以复制多份互相独立
 
 ### Windows
 
-1. `Windows` 发布包中含部分 Core 文件(`Xray`,`sing-box`, `mihomo`)
-2. `zip`格式包为便携版,解压缩到文件夹后直接可以运行,存储文件位置为本文件夹;可以复制多份互相独立
-3. 支持的系统版本 
+1. 支持的系统版本 
    ``` 
    Windows 10+ 
    ```
@@ -14,7 +16,7 @@
 
 - `v2rayN-windows-64.zip`  需要安装 [Microsoft .NET 8.0 Desktop Runtime] 
 - `v2rayN-windows-64-SelfContained.zip`  
-- 其他 Core 你可以从[这里](https://github.com/2dust/v2rayN-core-bin/blob/master/v2rayN-windows-64-other-bins.zip)下载后放入 bin 文件夹
+- 其他 Core 你可以从 [这里](https://github.com/2dust/v2rayN-core-bin/blob/master/v2rayN-windows-64-other-bins.zip) 下载后放入 bin 文件夹
 
 #### Windows arm64
 
@@ -23,8 +25,6 @@
 
 ### Linux
 
-1. `Linux` 发布包中含部分 Core 文件(`Xray`,`sing-box`, `mihomo`)
-1. `zip`格式包为便携版,解压缩到文件夹后直接可以运行,存储文件位置为本文件夹;可以复制多份互相独立
 1. 非`zip`格式包为安装版,存储文件位置为系统规定的用户文件中
 2. 支持的发行版
     ```
@@ -46,8 +46,6 @@
 
 ### macOS
 
-1. `macOS` 发布包中含部分 Core 文件(`Xray`,`sing-box`, `mihomo`)
-1. `zip`格式包为便携版,解压缩到文件夹后直接可以运行,存储文件位置为本文件夹;可以复制多份互相独立
 1. 非`zip`格式包为安装版,存储文件位置为系统规定的用户文件中
 2. 支持的系统版本
     ```
@@ -57,9 +55,9 @@
 #### macOS x64
 
 - `v2rayN-macos-64.zip`  执行:`chmod +x v2rayN` 普通用户运行 `./v2rayN` 
-- `v2rayN-macos-64.dmg`  安装后需要运行:`xattr -cr /Applications/v2rayN.app`
+- `v2rayN-macos-64.dmg`  由于安装包没有签名,会提示应用已损坏;安装后需要运行:`xattr -cr /Applications/v2rayN.app`
 
 #### macOS arm64
 
 - `v2rayN-macos-arm64.zip`  执行:`chmod +x v2rayN` 普通用户运行 `./v2rayN` 
-- `v2rayN-macos-arm64.dmg`  安装后需要运行:`xattr -cr /Applications/v2rayN.app`
\ No newline at end of file
+- `v2rayN-macos-arm64.dmg`  由于安装包没有签名,会提示应用已损坏;安装后需要运行:`xattr -cr /Applications/v2rayN.app`
\ No newline at end of file