mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-12-29 08:01:36 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
@@ -12,6 +12,19 @@
|
||||
>
|
||||
> 默认密码: CF1234@!
|
||||
|
||||
|
||||
### 会话密码
|
||||
|
||||
> 会话密码用于加密用户会话,建议使用 32 字符随机字符串
|
||||
|
||||
```sh
|
||||
# Linux / macOS
|
||||
openssl rand -base64 32
|
||||
|
||||
# Windows (pwsh)
|
||||
[Convert]::ToBase64String((1..32|%{[byte](Get-Random -Max 256)}))
|
||||
```
|
||||
|
||||
## ✨ 特性
|
||||
|
||||
🖼️ 强大的图片管理
|
||||
|
||||
Reference in New Issue
Block a user