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:
dekun
2026-07-17 20:43:54 +08:00
parent 3e52b8eb87
commit 83fd9c1fd9
11 changed files with 505 additions and 455 deletions
+8 -2
View File
@@ -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)。
---