Skip to content

Commit

Permalink
Merge branch 'clash-verge-rev:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tangwenlongNO1 authored Jun 6, 2024
2 parents 0aa4e75 + 5898add commit d8184c0
Show file tree
Hide file tree
Showing 8 changed files with 238 additions and 46 deletions.
Binary file added docs/assets/faq/macos/mac_ignore_password.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions docs/assets/icons/app_store.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/faq/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ sudo xattr -d com.apple.quarantine /Applications/Clash\ Verge.app

- 解决方案: 详见[macOS 使用手册](https://support.apple.com/zh-cn/guide/mac-help/mchleab3a043/mac),并选择对应 mac 版本的文档。

## macOS 系统代理设置修改失败/开关无效

> 点击系统代理开关启用/禁用系统代理,系统代理设置中实际上未能被修改。
- 问题原因: 更改锁定的系统偏好设置需要管理员密码,当前可能处于普通权限。
- 解决方案: `系统偏好设置` -> `安全性与隐私` -> `高级`,关闭 `访问系统范围偏好设置需要输入管理员密码` (不同系统版本的名称略有差异),点击 `完成`

![访问系统范围偏好设置需要输入管理员密码](../assets/faq/macos/mac_ignore_password.png)

## macOS 菜单栏左上角图标重叠

![菜单栏左上角图标重叠](../assets/faq/macos/mac_icon_duplicated.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/faq/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dns:
<!-- prettier-ignore -->
!!! info
- 如果你的内核版本至少为`v1.18.2`,可以将系统变量 `DISABLE_SYSTEM_HOSTS` 设置为 `1` 。
- 如果你的内核版本至少为`v1.18.5`(或最新 `alpha` 版本),可以使用下列方案。
- 如果你的内核版本至少为`v1.18.5`(或最新 `alpha` 版本),可以使用下列方案。

- 如果你了解配置文件、`Merge`/`Srcipt`工作原理,只需按照你能够接受的方式,自行将** DNS 配置**中的[use-system-hosts](https://wiki.metacubex.one/config/dns/#use-system-hosts)修改为`false`即可。**下列方案均基于此原理**。
- 如果你的 Clash Verge Rev 版本为 `v1.6.2`及以上。在订阅页面新建一个 Merge 配置,文件使用以下内容保存并右键`启用`。
Expand Down
41 changes: 34 additions & 7 deletions docs/faq/windows.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 找不到 VCRUNTIMEXXX.dll,无法继续执行代码

- 问题原因:操作系统缺少 VC 运行环境所需的库。
- 解决方案:下载并安装 VC 运行库。

=== "x64"

| 运行库 | 下载地址 |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `vc_redist.x64.exe` | [vc_redist.x64.exe](https://aka.ms/vs/17/release/vc_redist.x64.exe) |

=== "x86"

| 运行库 | 下载地址 |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `vc_redist.x86.exe` | [vc_redist.x86.exe](https://aka.ms/vs/17/release/vc_redist.x86.exe) |

=== "arm64"

| 运行库 | 下载地址 |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `vc_redist.arm64.exe` | [vc_redist.arm64.exe](https://aka.ms/vs/17/release/vc_redist.arm64.exe) |

## 此应用无法在你的电脑上运行

![can_not_run](../assets/faq/windows/can_not_run.png)
Expand Down Expand Up @@ -32,16 +55,20 @@

## Windows 7 无法使用

问题原因
解决方案

- Verge 内置的 mihomo 内核使用 go1.21 编译,不支持 Windows 7。
借助 [vxiiduu/VxKex](https://github.com/vxiiduu/VxKex) 项目运行,步骤:

解决方案
- 下载 [Releases](https://github.com/vxiiduu/VxKex/releases) 中的 `KexSetup_Release_x_x_x_xxxx.exe` 并安装。

- 进入 Clash Verge 主程序目录,右键打开下面文件的属性,找到 `VxKex` 选项卡,勾选 `Enable VxKex for this program``Disable VxKex for child processes` 选项,即可正常运行。

- 到 mihomo [Release](https://github.com/MetaCubeX/mihomo/releases/latest) 下载 go1.20 编译的内核(带有 `windows``go120` 字样)
- 右键 Verge 托盘图标,打开目录-内核目录,删除其中的`clash-meta.exe``clash-meta-alpha.exe`
- 将下载的内核解压到内核目录,重命名为`clash-meta.exe``clash-meta-alpha.exe`
- 重启 Verge
| 文件清单 |
| --------------------------------- |
| Clash Verge.exe |
| resources\clash-verge-service.exe |
| resources\install-service.exe |
| resources\uninstall-service.exe |

## 升级,卸载、重装、开启的时候“服务模式”相关报错

Expand Down
Loading

0 comments on commit d8184c0

Please sign in to comment.