From 9e9f1f52841cd4b02213e180e34f929630ae0cc6 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 11 Aug 2026 17:30:36 +0800 Subject: [PATCH] fix: revert session config (breaks .ui routing), commit final homepage + theme --- conf/config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/config.json b/conf/config.json index 23f1772..21a65f5 100644 --- a/conf/config.json +++ b/conf/config.json @@ -36,9 +36,6 @@ [".wss", "ws"] ], "indexes": ["index.ui", "index.html"], - "session": { - "secret": "pccs_session_secret_key_2024" - }, "statics": [ ["/bricks/", "/d/pccs/wwwroot/bricks/"], ["/imgs/", "/d/pccs/wwwroot/imgs/"]