修复密码没有加密的问题

This commit is contained in:
BBIT-Kai
2026-06-25 18:53:04 +08:00
parent 0c5f62d201
commit ee355db48e
5 changed files with 64 additions and 35 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
$ErrorActionPreference = "Stop"
$VERSION = "1.0"
$VERSION = "1.1"
$IMAGE = "docker.bbitcn.net/bbit_invoice/server"