Add backend log management

This commit is contained in:
inman
2026-06-03 11:49:45 +08:00
parent 13ddc66cfe
commit fb0229ba06
14 changed files with 804 additions and 2 deletions

View File

@@ -32,12 +32,14 @@ export const config = {
"/",
"/create/:path*",
"/assets/:path*",
"/logs/:path*",
"/settings/:path*",
"/image-edit/:path*",
"/uploads/:path*",
"/generated-results/:path*",
"/api/assets/:path*",
"/api/generations/:path*",
"/api/logs/:path*",
"/api/prompt/:path*",
"/api/settings/:path*"
]