Skip to content

Commit

Permalink
chore: gif to webm
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchengjie committed May 26, 2024
1 parent 0704f9f commit 89e99db
Show file tree
Hide file tree
Showing 37 changed files with 40 additions and 31 deletions.
Binary file removed docs/assets/faq/other/fixed.gif
Binary file not shown.
Binary file added docs/assets/faq/other/fixed.webm
Binary file not shown.
Binary file removed docs/assets/faq/windows/test.mp4
Binary file not shown.
Binary file removed docs/assets/guide/bypass/system_proxy_bypass.gif
Binary file not shown.
Binary file not shown.
Binary file removed docs/assets/guide/css_injection/css_injection.gif
Binary file not shown.
Binary file not shown.
Binary file removed docs/assets/guide/log/log.gif
Binary file not shown.
Binary file added docs/assets/guide/log/log.webm
Binary file not shown.
Binary file removed docs/assets/guide/merge/merge.gif
Binary file not shown.
Binary file added docs/assets/guide/merge/merge.webm
Binary file not shown.
Binary file removed docs/assets/guide/profile/local_config.gif
Binary file not shown.
Binary file added docs/assets/guide/profile/local_config.webm
Binary file not shown.
Binary file removed docs/assets/guide/profile/local_drag.gif
Binary file not shown.
Binary file added docs/assets/guide/profile/local_drag.webm
Binary file not shown.
Binary file removed docs/assets/guide/profile/remote_config.gif
Binary file not shown.
Binary file added docs/assets/guide/profile/remote_config.webm
Binary file not shown.
Binary file removed docs/assets/guide/profile/remote_url.gif
Binary file not shown.
Binary file added docs/assets/guide/profile/remote_url.webm
Binary file not shown.
Binary file removed docs/assets/guide/profile/remote_url_schemes.gif
Binary file not shown.
Binary file added docs/assets/guide/profile/remote_url_schemes.webm
Binary file not shown.
Binary file removed docs/assets/guide/script/script.gif
Binary file not shown.
Binary file added docs/assets/guide/script/script.webm
Binary file not shown.
Binary file removed docs/assets/guide/tray_icon/tray_icon.gif
Binary file not shown.
Binary file added docs/assets/guide/tray_icon/tray_icon.webm
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/faq/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ function main(config) {

解决办法: 主动点击 :fontawesome-solid-wifi: 按钮,并等待代理组内节点全部测试完成。

![代理右上角小图钉](../assets/faq/other/fixed.gif)
<video controls>
<source src="../assets/faq/other/fixed.webm">
</video>

## 测试界面异常超时

Expand Down
4 changes: 0 additions & 4 deletions docs/faq/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,3 @@ net start hns
- **删除**原有的宽带拨号设置,然后**重新创建**宽带拨号设置(<font color="red">连接名称不要使用中文</font>)。

![连接名称默认中文](../assets/faq/windows/broadband_dialing_setting.png)

<video controls allowfullscreen>
<source id="mp4" src="../assets/faq/windows/test.mp4" type="video/mp4">
</video>
4 changes: 3 additions & 1 deletion docs/guide/bypass.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
示例: 计划将发往 `10.1.2.*` 的请求绕过系统代理(本机环回地址和局域网也无需代理)。

![系统代理绕过](../assets/guide/bypass/system_proxy_bypass.gif)
<video controls>
<source src="../assets/guide/bypass/system_proxy_bypass.webm">
</video>

## TUN 流量排除

Expand Down
7 changes: 4 additions & 3 deletions docs/guide/css_injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@

<!-- prettier-ignore -->
!!! info
- 本教程要求有一定的 `CSS` 代码基础,可参考[CSS文档](https://developer.mozilla.org/zh-CN/docs/Learn/CSS/First_steps)
- 如果图片太小看不清,请右键图片在新标签页中打开。如果图片文件较大,请耐心等待。
本教程要求有一定的 `CSS` 代码基础,可参考[CSS文档](https://developer.mozilla.org/zh-CN/docs/Learn/CSS/First_steps)

![CSS 注入](../assets/guide/css_injection/css_injection.gif)
<video controls>
<source src="../assets/guide/css_injection/css_injection.webm">
</video>

## CSS 示例代码

Expand Down
8 changes: 3 additions & 5 deletions docs/guide/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
!!! tip
导出日志文件后,如果担心日志文件太大占用过多磁盘空间,可以将日志级别修改回 `INFO` 级别。

<!-- prettier-ignore -->
!!! info
如果图片太小看不清,请右键图片在新标签页中打开。如果图片文件较大,请耐心等待。

![导出日志文件](../assets/guide/log/log.gif)
<video controls>
<source src="../assets/guide/log/log.webm">
</video>
8 changes: 3 additions & 5 deletions docs/guide/merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
- 如果创建了多个 Merge 配置,按照启用顺序先后,**链式执行**
- **<font color="red">配置修改后需要重新启用</font>**,生效时卡片有颜色标识(右键配置 `禁用``启用` ,也可以点击右上角的 🔥 按钮)。

<!-- prettier-ignore -->
!!! info
如果图片太小看不清,请右键图片在新标签页中打开。如果图片文件较大,请耐心等待。

![新增脚本](../assets/guide/merge/merge.gif)
<video controls>
<source src="../assets/guide/merge/merge.webm">
</video>

## 配置说明

Expand Down
20 changes: 15 additions & 5 deletions docs/guide/profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@
!!! warning
如果通过`订阅链接导入`的方式提示 `client error(Connect)`,请尝试其他导入方式。

![订阅链接导入](../assets/guide/profile/remote_url.gif)
<video controls>
<source src="../assets/guide/profile/remote_url.webm">
</video>

### 订阅链接配置

<!-- prettier-ignore -->
!!! warning
如果通过`订阅链接配置`的方式仍然提示 `client error(Connect)`,请尝试勾选 `允许无效证书(危险)`,并保存重试。

![订阅链接配置](../assets/guide/profile/remote_config.gif)
<video controls>
<source src="../assets/guide/profile/remote_config.webm">
</video>

### URL Schemes

Expand All @@ -25,7 +29,9 @@
- `macOS` 暂不支持通过 `URL Schemes` 的方式导入。
- `Windows` 如果不能通过 `URL Schemes` 的方式导入,请查看[URL Schemes 功能失效解决办法](./url_schemes.md#_3)

![URL Schemes](../assets/guide/profile/remote_url_schemes.gif)
<video controls>
<source src="../assets/guide/profile/remote_url_schemes.webm">
</video>

## 本地配置

Expand All @@ -38,12 +44,16 @@
- 选择文件不是必须的,直接保存会生成一份空配置文件。
- 选择使用的文件会被复制一份到 `profiles` 目录,原文件被移动或删除不会有影响。

![新建配置导入](../assets/guide/profile/local_config.gif)
<video controls>
<source src="../assets/guide/profile/local_config.webm">
</video>

### 拖拽配置文件导入

<!-- prettier-ignore -->
!!! warning
要求 Clash Verge Rev 版本至少为 `v1.6.2`

![拖拽配置文件导入](../assets/guide/profile/local_drag.gif)
<video controls>
<source src="../assets/guide/profile/local_drag.webm">
</video>
4 changes: 3 additions & 1 deletion docs/guide/script.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
- 如果创建了多个 Script 配置,按照启用顺序先后,**链式执行**
- **<font color="red">配置修改后需要重新启用</font>**,生效时卡片有颜色标识(右键配置 `禁用``启用` ,也可以点击右上角的 🔥 按钮)。

![新增脚本](../assets/guide/script/script.gif)
<video controls>
<source src="../assets/guide/script/script.webm">
</video>

## 脚本说明

Expand Down
8 changes: 3 additions & 5 deletions docs/guide/tray_icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

## 操作方法

<!-- prettier-ignore -->
!!! info
如果图片太小看不清,请右键图片在新标签页中打开。如果图片文件较大,请耐心等待。

![自定义托盘图标](../assets/guide/tray_icon/tray_icon.gif)
<video controls>
<source src="../assets/guide/tray_icon/tray_icon.webm">
</video>
4 changes: 3 additions & 1 deletion docs/guide/url_schemes.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,6 @@ profile-web-page-url: https://example.com
- 一般要求请求的 `UA` 中含有 `clash` 字样才会返回该响应头。
- 此功能要求Clash Verge Rev版本至少为 `v1.6.0`。

![profile-web-page-url](../assets/guide/url_schemes/profile_web_page_url.gif)
<video controls>
<source src="../assets/guide/url_schemes/profile_web_page_url.webm">
</video>

0 comments on commit 89e99db

Please sign in to comment.