From f504cd95308c1a2a3a95883eb14a8293397c0015 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 11 Sep 2026 13:36:14 +0800 Subject: [PATCH] feat(portal): one-time migration forces dark theme for all users Reset saved light preferences once via memind-theme-migration marker so existing visitors switch to dark on next load; inline boot script and OA drive share the same migration version. Co-authored-by: Cursor --- index.html | 10 ++++++++-- public/oa-drive/app.js | 9 +++++++++ src/utils/theme.ts | 10 ++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 58d5cfa..cdecdcf 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,14 @@