发布应用 ChronoFrame

This commit is contained in:
2025-10-30 14:00:14 +08:00
parent 50b2cbde6a
commit 84c4a74a86
2 changed files with 58 additions and 0 deletions
+13
View File
@@ -12,6 +12,19 @@
>
> 默认密码: CF1234@!
### 会话密码
> 会话密码用于加密用户会话,建议使用 32 字符随机字符串
```sh
# Linux / macOS
openssl rand -base64 32
# Windows (pwsh)
[Convert]::ToBase64String((1..32|%{[byte](Get-Random -Max 256)}))
```
## ✨ 特性
🖼️ 强大的图片管理