fix: 修复图片外链接

This commit is contained in:
spiritlhl
2025-04-20 06:28:59 +00:00
parent 65b4bdb7c9
commit f70c24b676
8 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ titleTemplate: 欢迎使用一键虚拟化项目开发手册,欢迎你提出
hero:
name: 开发手册
text: 开发手册
image: https://raw.githubusercontent.com/spiritlhls/pages/main/logo.png
image: https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritlhls/pages/main/logo.png
actions:
- theme: brand
text: 开始使用 →

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 KiB

View File

@@ -33,7 +33,7 @@ deb cdrom:[
A line starting like this proves that the host is using local sources instead of network sources, and you need to replace the sources in ```/etc/apt/sources.list``` with a line such as
![pct](https://github.com/oneclickvirt/oneclickvirt.github.io/assets/103393591/c2a8d7ce-d2ae-439e-9875-3ef756e9a8a3)
![pct](images/c2a8d7ce-d2ae-439e-9875-3ef756e9a8a3.png)
Replace the network source with the same to install using the PVE one-click install script.
@@ -76,7 +76,7 @@ Statements beginning with ```nameserver``` may be found to be absent.
You need to set up DNS on this web page
![screenshot-1708136079861](https://github.com/oneclickvirt/oneclickvirt.github.io/assets/103393591/2431b94e-fc84-4a9d-9ddc-bf7da9a2054f)
![screenshot-1708136079861](images/2431b94e-fc84-4a9d-9ddc-bf7da9a2054f.png)
After setting up the DNS, check the file again and you will find the following content

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 KiB

View File

@@ -33,7 +33,7 @@ deb cdrom:[
这种开头的行,那么证明宿主机使用的是本地源而不是网络源,需要替换```/etc/apt/sources.list```的源,如
![图片](https://github.com/oneclickvirt/oneclickvirt.github.io/assets/103393591/c2a8d7ce-d2ae-439e-9875-3ef756e9a8a3)
![图片](images/c2a8d7ce-d2ae-439e-9875-3ef756e9a8a3.png)
一样替换为网络源才可使用PVE一键安装脚本进行安装。
@@ -86,7 +86,7 @@ cat /etc/resolv.conf
需要在web端这个页面设置DNS
![screenshot-1708136079861](https://github.com/oneclickvirt/oneclickvirt.github.io/assets/103393591/2431b94e-fc84-4a9d-9ddc-bf7da9a2054f)
![screenshot-1708136079861](images/2431b94e-fc84-4a9d-9ddc-bf7da9a2054f.png)
设置完成后再次查看文件会发现有如下内容

View File

@@ -8,7 +8,7 @@ tagline: 开源、易于使用的服务器虚拟化项目
hero:
name: 一键虚拟化项目
text: 开源、易于使用的服务器虚拟化项目
image: https://raw.githubusercontent.com/spiritlhls/pages/main/logo.png
image: https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritlhls/pages/main/logo.png
actions:
- theme: brand
text: 开始使用 →