Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-10-30 06:32:39 +00:00
parent c6849850eb
commit 893c20b014
11 changed files with 71 additions and 1 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)}))
```
## ✨ 特性
🖼️ 强大的图片管理