feat: image lightbox and curl|bash Ubuntu deploy
Add click-to-zoom for uploaded images, move manage.sh to deploy/ for curl|bash bootstrap, and remove Windows docs and PowerShell scripts. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
|------|------|
|
||||
| **隐藏敏感字段** | 勾选后以圆点显示;复制仍为明文 |
|
||||
| **复制** | 字段右侧「复制」 |
|
||||
| **图片** | 助记词/密钥等记录可预览已上传图片 |
|
||||
| **图片** | 助记词/密钥等记录可预览已上传图片;**点击图片可放大**,按 Esc 或点遮罩关闭 |
|
||||
| **删除** | 卡片右上角,需确认 |
|
||||
|
||||
---
|
||||
@@ -145,7 +145,13 @@ A:仅支持 jpg/png/gif/webp/bmp,单文件不超过约 16MB。
|
||||
A:确认备份包内 `.env` 的 `DATA_ENCRYPTION_KEY` 完整。
|
||||
|
||||
**Q:更新代码怎么做?**
|
||||
A:服务器上 `sudo bash scripts/manage.sh` → 选 **2 更新**(仅 git pull,不要用 scp)。
|
||||
A:服务器执行:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://git.bz121.com/dekun/crypto_key/raw/branch/main/deploy/manage.sh | bash
|
||||
```
|
||||
|
||||
选择 **2 更新**(仅 git pull,不要用 scp)。
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user