更新服务器信息为新的 IP 地址,调整相关文档和代码中的默认配置,确保部署和连接的一致性。同时,优化订单管理界面,增强商品信息的格式化逻辑,提升用户体验。

This commit is contained in:
乘风
2026-02-05 21:08:28 +08:00
parent 1a95aee112
commit 3ccf331e12
61 changed files with 11231 additions and 311 deletions

View File

@@ -18,7 +18,7 @@
### 1. 在服务器上生成 SSH 密钥对
```bash
ssh root@42.194.232.22
ssh root@43.139.27.93
ssh-keygen -t rsa -b 4096 -C "github-actions-deploy"
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
cat ~/.ssh/id_rsa # 复制私钥内容
@@ -32,7 +32,7 @@ cat ~/.ssh/id_rsa # 复制私钥内容
| Secret 名称 | 值 | 说明 |
|------------|-----|------|
| `SSH_HOST` | `42.194.232.22` | 服务器 IP |
| `SSH_HOST` | `43.139.27.93` | 服务器 IP |
| `SSH_USERNAME` | `root` | SSH 用户名 |
| `SSH_PRIVATE_KEY` | `-----BEGIN OPENSSH PRIVATE KEY-----...` | 服务器 SSH 私钥(完整内容) |