Le Tan 6 ماه پیش
والد
کامیت
c5a28fa7e0
4فایلهای تغییر یافته به همراه2 افزوده شده و 37 حذف شده
  1. 0 8
      en_us/docs/Users/Frequently Asked Questions.md
  2. 1 1
      en_us/index.md
  3. 0 27
      zh_cn/docs/用户/常见问题.md
  4. 1 1
      zh_cn/index.md

+ 0 - 8
en_us/docs/Users/Frequently Asked Questions.md

@@ -29,11 +29,3 @@ All the above 3 issues may be caused by the driver of the display card only on W
 4. Make sure the executable folder of VNote locates in C disk.
 
 Restart of VNote is needed after each step to check if it takes effect.
-
-## Failed to Run on MacOS
-Try to re-sign the APP:
-
-```bash
-xattr -cr '/Applications/VNote.app'
-codesign --force --deep --sign - '/Applications/VNote.app'
-```

+ 1 - 1
en_us/index.md

@@ -3,7 +3,7 @@
 
 ::: alert-success
 
-VNote 3.18.0 is released! Check out [what's new](https://github.com/vnotex/vnote/releases)!
+VNote 3.19.1 is released! Check out [what's new](https://github.com/vnotex/vnote/releases)!
 
 :::
 

+ 0 - 27
zh_cn/docs/用户/常见问题.md

@@ -29,30 +29,3 @@ this.mathJaxScript = 'file://c:/Users/foo/mathjax/tex-svg.js';
 4. 确认VNote的可执行文件文件夹位于C盘下面。
 
 每一步操作都需要重启VNote来验证是否有用。
-
-## MacOS下无法运行VNote
-打开时弹出对话框,提示
-
-> Apple无法验证“VNote.app”是否包含可能危害Mac安全或泄漏隐私的恶意软件。
-
-MacOS中包含一项名为“[门禁](https://support.apple.com/zh-cn/102445)”的技术,旨在确保只有受信任的软件才能在Mac上运行。你可以尝试以下方案来解决问题。
-
-1. 首次打开VNote,弹出对话框后点击“完成”按钮关闭对话框。打开“系统设置”,点按“隐私与安全性”,向下滚动,然后点按“仍要打开”按钮,即可启动VNote,且不再受阻止。
-
-2. 执行以下命令,对VNote进行签名。
-
-    ```bash
-    # 移除指定应用的所有扩展属性,包括导致应用被隔离的属性
-    # xattr是MacOS系统中用于管理文件扩展属性的命令
-    # -c 选项表示清除所有的扩展属性
-    # -r 选项表示递归处理,即包括指定目录下的所有文件和子目录
-    xattr -cr '/Applications/VNote.app'
-
-    # 重新签名指定的应用
-    # codesign是macOS系统中用于给应用程序签名的命令
-    # --force 选项表示强制重新签名,即使之前已经签过名
-    # --deep 选项表示递归签名应用内的所有可执行文件和框架
-    # --sign - 选项表示使用一个匿名的证书进行签名
-    # 这通常用于去除应用程序的现有签名,或者在没有有效开发者证书的情况下重新签名应用
-    codesign --force --deep --sign - '/Applications/VNote.app'
-    ```

+ 1 - 1
zh_cn/index.md

@@ -3,7 +3,7 @@
 
 ::: alert-success
 
-VNote 3.18.0 已发布! 看看都有[哪些更新](https://github.com/vnotex/vnote/releases) !
+VNote 3.19.1 已发布! 看看都有[哪些更新](https://github.com/vnotex/vnote/releases) !
 
 观看[展示录屏](https://www.bilibili.com/video/av77455284) !