mirror of
https://github.com/jaywcjlove/linux-command.git
synced 2025-12-20 02:17:56 +08:00
feat: 增加一键部署到 Netlify、增加一个镜像站 (#662)
This commit is contained in:
17
README.md
17
README.md
@@ -109,6 +109,7 @@
|
||||
[`nenufm.com`](https://www.nenufm.com/linux-command/)
|
||||
[`jiangyang.online`](https://linux.jiangyang.online/)
|
||||
[`xiyung.cn`](https://xiyung.cn/linux-command/)
|
||||
[`78888889.xyz`](https://linux-command.78888889.xyz/)
|
||||
|
||||
**其它 web 版本**
|
||||
|
||||
@@ -178,6 +179,22 @@ http://localhost:9665/
|
||||
|
||||
通过 Vercel 分配的域名访问,或者自行在设置中绑定域名。
|
||||
|
||||
|
||||
## Netlify
|
||||
|
||||
可以点击下面按钮一键部署至 [Netlify](https://netlify.com):
|
||||
|
||||
[](https://app.netlify.com/start/deploy?repository=https://github.com/jaywcjlove/linux-command)
|
||||
|
||||
<details>
|
||||
<summary>部署结果</summary>
|
||||
|
||||

|
||||
|
||||
</details>
|
||||
|
||||
通过 Netlify 分配的域名访问,或者自行在设置中绑定域名。
|
||||
|
||||
## 宝塔面板
|
||||
|
||||
可通过宝塔面板应用商店快速部署 linux-command
|
||||
|
||||
BIN
assets/netlify.png
Normal file
BIN
assets/netlify.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
4
netlify.toml
Normal file
4
netlify.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[build]
|
||||
command = "npm run build"
|
||||
publish = ".deploy
|
||||
"
|
||||
@@ -218,6 +218,7 @@
|
||||
<a target="_blank" href="https://www.nenufm.com/linux-command/">nenufm.com</a>
|
||||
<a target="_blank" href="https://linux.jiangyang.online/">linux.jiangyang.online</a>
|
||||
<a target="_blank" href="https://xiyung.cn/linux-command/">xiyung.cn</a>
|
||||
<a target="_blank" href="https://linux-command.78888889.xyz/">78888889.xyz</a>
|
||||
</div>
|
||||
<h1>魔改网站</h1>
|
||||
<div class="links">
|
||||
|
||||
Reference in New Issue
Block a user