fix: auto-clean orphan entities on purge; fix graph camera zoom; optimize system prompt

This commit is contained in:
root
2026-04-28 16:27:49 +08:00
parent aefaea7b90
commit ad382602f2
32 changed files with 1033 additions and 1299 deletions

View File

@ -0,0 +1,6 @@
{
"SECRET_KEY": "change-this-to-a-random-secret-key",
"USERS": {
"admin": "SHA256_OF_YOUR_PASSWORD"
}
}