Skip to content

Commit

Permalink
fix(img): wrong link address (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Messi committed Jun 18, 2024
1 parent 48a8c6a commit d12c926
Show file tree
Hide file tree
Showing 45 changed files with 215 additions and 215 deletions.
2 changes: 1 addition & 1 deletion .vitepress/theme/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

<!-- 底部信息栏 -->
<div class="flex" style="display: inline-block">
<span class="ml1">鄂ICP备<a target="_blank" href="https://beian.miit.gov.cn/">2024060426号</a></span>
<span class="ml1"><a target="_blank" href="https://beian.miit.gov.cn/">鄂ICP备2024060426号</a></span>
<!-- <span class="ml1">粤公网安备<a target="_blank" href="https://theovan.cn/">44030002000001号</a></span> -->
</div>
<div class="flex ma4" style="display: inline-block">
Expand Down
4 changes: 2 additions & 2 deletions .vitepress/theme/components/pendant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ const asideSponsors = computed(() => {
</a>

<a class="banner mp" href="https://xx.theovan.cn/" target="_blank">
<img width="22" height="22" src="https://m.theovan.cn/avatar.png" />
<img width="22" height="22" src="https://i.theovan.cn/avatar.png" />
<span>
<p class="extra-info">传世经典著作</p>
<p class="heading">玄学宝典</p>
<p class="extra-info">山医命相卜</p>
</span>
</a>
<a class="banner mp" href="https://share.theovan.cn/" target="_blank">
<img width="22" height="22" src="https://m.theovan.cn/docs/202405101119004.png" />
<img width="22" height="22" src="https://i.theovan.cn/docs/202405101119004.png" />
<span>
<p class="extra-info">快速获取热门影视资源</p>
<p class="heading">阿里云盘资源分享</p>
Expand Down
8 changes: 4 additions & 4 deletions .vitepress/theme/components/sharing-platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"silver": [
{
"alt": "成为赞助商",
"href": "https://m.theovan.cn/docs/202405201759098.jpg",
"href": "https://i.theovan.cn/docs/202405201759098.jpg",
"imgSrcDark": "/svg.svg",
"imgSrcLight": "/svg.svg"
}
],
"bronze": [
{
"alt": "赞助商",
"href": "https://m.theovan.cn/docs/202405201759098.jpg",
"imgSrcDark": "https://m.theovan.cn/docs/202405201759098.jpg",
"imgSrcLight": "https://m.theovan.cn/docs/202405201759098.jpg"
"href": "https://i.theovan.cn/docs/202405201759098.jpg",
"imgSrcDark": "https://i.theovan.cn/docs/202405201759098.jpg",
"imgSrcLight": "https://i.theovan.cn/docs/202405201759098.jpg"
}
]
}
4 changes: 2 additions & 2 deletions .vitepress/theme/styles/home-links.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ a.cta.pan::before {
display: inline-block;
width: 24px;
height: 24px;
background-image: url('https://m.theovan.cn/docs/202405101119004.png');
background-image: url('https://i.theovan.cn/docs/202405101119004.png');
background-size: 24px;
background-repeat: no-repeat;
background-position: bottom;
Expand All @@ -28,7 +28,7 @@ a.cta.xx::before {
display: inline-block;
width: 24px;
height: 24px;
background-image: url('https://m.theovan.cn/avatar.png');
background-image: url('https://i.theovan.cn/avatar.png');
background-size: 24px;
background-repeat: no-repeat;
background-position: bottom;
Expand Down
14 changes: 7 additions & 7 deletions src/ASUS-Router/Merlin-Clash.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,46 +53,46 @@ Merlin Clash 是一款运行在 KoolCenter 软件中心上的 Clash GUI 插件

切换到配置文件页,在 `Clash-Yaml 配置下载` 一栏粘贴 clash 订阅地址。

![](https://m.theovan.cn/docs/MerlinClash2.jpeg)
![](https://i.theovan.cn/docs/MerlinClash2.jpeg)

---

在下方 `重命名` 栏输入自定义配置文件名后(以命名为 Clash 为例),点击 `Clash 订阅` 。如下图所示, Clash-Yaml 配置下载成功,并被命名为 Clash.yaml。

![](https://m.theovan.cn/docs/MerlinClash3.jpeg)
![](https://i.theovan.cn/docs/MerlinClash3.jpeg)

## 启动

切换至 `首页功能` 页,打开 `Merlin Clash 开关` 选择配置文件 `Clash``保存&启动`

![](https://m.theovan.cn/docs/MerlinClash4.jpeg)
![](https://i.theovan.cn/docs/MerlinClash4.jpeg)

---

启动成功后 `插件运行状态` 如下图所示。启动默认不选择节点,且 `连通性检查` 只检测当前浏览器情况,并非设备和插件网络情况。

![](https://m.theovan.cn/docs/MerlinClash5.jpeg)
![](https://i.theovan.cn/docs/MerlinClash5.jpeg)

## 代理

Merlin Clash 插件启动后,在 `首页功能` 页下方找到 `Clash 管理面板`

通过 `Clash 管理面板` 可以快捷进行 `节点切换` `模式变更` 等常用功能设置。

![](https://m.theovan.cn/docs/MerlinClash6.jpeg)
![](https://i.theovan.cn/docs/MerlinClash6.jpeg)

---

以访问 `YACD-Clash 面板` 为例:

切换至 `代理` 页,点击 `手动选择` 展开节点列表并选择要连接使用的节点即启动代理。

![](https://m.theovan.cn/docs/MerlinClash7.png)
![](https://i.theovan.cn/docs/MerlinClash7.png)

---

切换至 `配置` 页,点击 `Mode` 展开列表并选择要使用的代理模式。( 常用 Rule、Global )
![](https://m.theovan.cn/docs/MerlinClash8.png)
![](https://i.theovan.cn/docs/MerlinClash8.png)

:::tip
在管理面板中的所有设置都立即生效。
Expand Down
14 changes: 7 additions & 7 deletions src/ASUS-Router/fancyss.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,33 +188,33 @@ tx:华硕天选青色皮肤

### 第 1 步 - 打开梅林固件「软件中心」的「科学上网」插件

![](https://m.theovan.cn/docs/image_1k10u2w.png)
![](https://i.theovan.cn/docs/image_1k10u2w.png)

### 第 2 步 - 清空配置

:::tip
首次配置,请看第 3 步。如之前有进行过配置,强烈建议「清空配置」后再参照教程继续设置,以确保配置正确性。
:::
![](https://m.theovan.cn/docs/image_18vardl.png)
![](https://i.theovan.cn/docs/image_18vardl.png)

### 第 3 步 - 订阅节点

:::tip
弹框选择「订阅节点」。如没弹框,直接看第 4 步,手动选择「更新管理」选项卡。
:::
![](https://m.theovan.cn/docs/image_upeb6r.png)
![](https://i.theovan.cn/docs/image_upeb6r.png)

### 第 4 步 - 订阅节点配置「更新管理」

![](https://m.theovan.cn/docs/image_2vj9pj.png)
![](https://i.theovan.cn/docs/image_2vj9pj.png)

### 第 5 步 - 配置「DNS 设定」

![](https://m.theovan.cn/docs/image_18d55uv.png)
![](https://i.theovan.cn/docs/image_18d55uv.png)

### 第 6 步 - 启动设置

![](https://m.theovan.cn/docs/image_1fhyjy6.png)
![](https://i.theovan.cn/docs/image_1fhyjy6.png)

## 其他事项

Expand All @@ -226,7 +226,7 @@ tx:华硕天选青色皮肤
:::tip
因为节点可能会定期调整,为了确保订阅的节点信息与官网所提供的节点信息一致,请定期(1~2 周)更新订阅。由于梅林的科学上网插件不会覆盖节点,直接更新订阅会导致节点排序混乱。推荐按照上述步骤操作。
:::
![](https://m.theovan.cn/docs/image_1d6qvr3.png)
![](https://i.theovan.cn/docs/image_1d6qvr3.png)

## DNS服务工作异常,无法解析域名

Expand Down
20 changes: 10 additions & 10 deletions src/ESXi/Install/AdGuardHome.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ head:

**新建exsi虚拟主机,2CPU 2G内存 10G硬盘**

![](https://m.theovan.cn/docs/20231230203658.png)
![](https://i.theovan.cn/docs/20231230203658.png)

**使用ubuntu x64 镜像**

![](https://m.theovan.cn/docs/20231230203757.png)
![](https://i.theovan.cn/docs/20231230203757.png)

### 官方一键安装脚本

Expand Down Expand Up @@ -51,7 +51,7 @@ sudo /opt/AdGuardHome/AdGuardHome -s start|stop|restart|status|install|uninstall

安装完成之后访问地址为 http://ip:3000/ ,此为ubuntu的静态IP地址+3000端口号

![](https://m.theovan.cn/docs/20231230204830.png)
![](https://i.theovan.cn/docs/20231230204830.png)

## 配置 AdGuardHome

Expand All @@ -62,11 +62,11 @@ sudo /opt/AdGuardHome/AdGuardHome -s start|stop|restart|status|install|uninstall

### 设置账号密码

![](https://m.theovan.cn/docs/20231230205626.png)
![](https://i.theovan.cn/docs/20231230205626.png)

### 常规设置 部分

![](https://m.theovan.cn/docs/20231230205838.png)
![](https://i.theovan.cn/docs/20231230205838.png)

### DNS 设置

Expand Down Expand Up @@ -133,25 +133,25 @@ https://easylist-downloads.adblockplus.org/easyprivacy.txt

**使用自定义的DNS服务器:**`AdGuardHome ip`

![](https://m.theovan.cn/docs/20231230210932.png)
![](https://i.theovan.cn/docs/20231230210932.png)

### 接口 - Lan - 高级设置 - DHCP - 高级设置

**DHCP选项:** `6,+ AdGuardHome ip`

![](https://m.theovan.cn/docs/20231230211121.png)
![](https://i.theovan.cn/docs/20231230211121.png)

### 接口 - Wan - 高级设置

**使用自定义的DNS服务器:** `AdGuardHome ip`

![](https://m.theovan.cn/docs/20231230211412.png)
![](https://i.theovan.cn/docs/20231230211412.png)

### 首先使虚拟机处于关闭状态,然后点击编辑

修改内存为 25 GB 保存并开启虚拟机

![](https://m.theovan.cn/docs/20231231142111.png)
![](https://i.theovan.cn/docs/20231231142111.png)

## 扩容 AdGuardHome

Expand All @@ -161,7 +161,7 @@ https://easylist-downloads.adblockplus.org/easyprivacy.txt
df -h
```

![](https://m.theovan.cn/docs/20231231142451.png)
![](https://i.theovan.cn/docs/20231231142451.png)

### 挂载扩容硬盘

Expand Down
28 changes: 14 additions & 14 deletions src/ESXi/Install/Openwrt.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ head:

### 步骤 1 - 选择虚拟机选项卡,点击创建/注册虚拟机

![](https://m.theovan.cn/docs/20230927203810.png)
![](https://i.theovan.cn/docs/20230927203810.png)

### 步骤 2 -选择创建类型

- 如果有 IOS 文件可以直接选择创建新虚拟机
-`OVA/OVF/VDMK` 文件可以选择直接`从 OVA 或 OVF 文件部署虚拟机`
- 之前已经有虚拟机可以选择`注册现有虚拟机`

![](https://m.theovan.cn/docs/20230927203845.png)
![](https://i.theovan.cn/docs/20230927203845.png)

### 步骤 3 -选择名称和客户机操作系统

Expand All @@ -28,41 +28,41 @@ head:
- 操作系统:`Linux`
- 操作系统版本:`其他 5.x 或更高版本 Linux(64 位)`

![](https://m.theovan.cn/docs/20230927203850.png)
![](https://i.theovan.cn/docs/20230927203850.png)

### 步骤 4 -自定义设置

- 删掉硬盘
- 删掉 CD 驱动器(`如果有 IOS 文件不需要删除`)

![](https://m.theovan.cn/docs/20230927203939.png)
![](https://i.theovan.cn/docs/20230927203939.png)

### 步骤 5 -网络适配器

- 添加网络设配器,将其余三个虚拟网络添加上,每个适配器类型选择 VMXNET 3 万兆类型
- 网卡直通:添加其他设备 - PCI 设备 - 选择对应直通网卡

![](https://m.theovan.cn/docs/20230927204000.png)
![](https://i.theovan.cn/docs/20230927204000.png)

### 步骤 6 -虚拟机选项

- 引导选项:UEFI 安全引导取消掉。
- 由于我们用的是 EFI 固件,引导模式默认 EFI 就可以了
- `注意:如果有 IOS 文件此步骤可以省略`

![](https://m.theovan.cn/docs/20230927204017.png)
![](https://i.theovan.cn/docs/20230927204017.png)

### OpenWrt 扩容内存

#### 1.把固件刷入到 ESXi 里的虚拟机里

可以看到,只有 120.5MB,确实太小了,这个时候,不要启动 OpenWRT

![](https://m.theovan.cn/docs/2022112001.png)
![](https://i.theovan.cn/docs/2022112001.png)

直接在硬盘那里,改容量大小,自己想改多少都行,然后保存,启动 OpenWRT

![](https://m.theovan.cn/docs/2022112002.png)
![](https://i.theovan.cn/docs/2022112002.png)

#### 2.安装软件,登录 ssh 到 OpenWRT:

Expand All @@ -75,23 +75,23 @@ opkg update && opkg install cfdisk fdisk lsblk block-mount
#### 3.用命令`cfdisk`来把刚才多出来的空间创建出来,输入:`cfdisk`

会出现下面的界面,绿色的 Free Space,用键盘上下选中,回车,新建,写入,退出。
![](https://m.theovan.cn/docs/2022112003.png)
![](https://i.theovan.cn/docs/2022112003.png)

#### 4.会多一个/dev/sda3 的空间出来,这个就是刚才新建的

![](https://m.theovan.cn/docs/2022112004.png)
![](https://i.theovan.cn/docs/2022112004.png)

#### 5.格式化这个新建的空间:mkfs.ext4 /dev/sda3

#### 6.进入挂载点,新建挂载

![](https://m.theovan.cn/docs/2022112005.png)
![](https://i.theovan.cn/docs/2022112005.png)

#### 7.把刚才新建的挂载到 overlay 就可以了,重启。如果用的是 ESXi,请在 Openwrt 里点重启,不要在 ESXi 里关闭电源那样重启。

![](https://m.theovan.cn/docs/2022112030.png)
![](https://m.theovan.cn/docs/2022112006.png)
![](https://i.theovan.cn/docs/2022112030.png)
![](https://i.theovan.cn/docs/2022112006.png)

#### 8.空间变大了

![](https://m.theovan.cn/docs/2022112007.png)
![](https://i.theovan.cn/docs/2022112007.png)
Loading

0 comments on commit d12c926

Please sign in to comment.