doc: Add one-click deployment to Netlify (#1001)

* Update README.md

add 78888889.xyz 镜像

* feat: 增加 Netlify 一键部署
This commit is contained in:
永恒
2025-08-21 12:27:13 +08:00
committed by GitHub
parent 759396147c
commit c2faaea62b
2 changed files with 8 additions and 2 deletions

3
netlify.toml Normal file
View File

@@ -0,0 +1,3 @@
[build]
command = "npm run build"
publish = "dist"