VideoConcat/wails/config.json
2026-01-07 17:59:30 +08:00

9 lines
232 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"super_users": [
{
"username": "super",
"password_hash": "将此处替换为密码的MD5 hash值32位十六进制字符串。密码'080500'的MD5 hash值会在程序启动时输出到日志中"
}
]
}