diff --git a/.memory/worklog.json b/.memory/worklog.json index 5072af9..99edca6 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,18 +1,5 @@ { "entries": [ - { - "files_changed": 3, - "hash": "79b3f79", - "message": "auto-save 2026-05-14 03:09 (~3)", - "ts": "2026-05-14T03:09:40+08:00", - "type": "commit" - }, - { - "files_changed": 1, - "message": "Claude 会话活跃 · 最近命令:claude · 1 项未提交变更 · 最近提交:auto-save 2026-05-14 03:09 (~3)", - "ts": "2026-05-13T19:13:12Z", - "type": "session-heartbeat" - }, { "files_changed": 2, "hash": "b8fa19a", @@ -3257,6 +3244,19 @@ "message": "auto-save 2026-05-15 18:56 (~4)", "hash": "dd27cdd", "files_changed": 4 + }, + { + "ts": "2026-05-15T19:02:43+08:00", + "type": "commit", + "message": "auto-save 2026-05-15 19:02 (~5)", + "hash": "334b89d", + "files_changed": 5 + }, + { + "ts": "2026-05-15T11:04:49Z", + "type": "session-heartbeat", + "message": "Codex 会话活跃 · 最近命令:codex · 3 项未提交变更 · 最近提交:auto-save 2026-05-15 19:02 (~5)", + "files_changed": 3 } ] } diff --git a/web/app/globals.css b/web/app/globals.css index 1faf567..cc65d5c 100644 --- a/web/app/globals.css +++ b/web/app/globals.css @@ -250,9 +250,9 @@ margin-top: auto; } .login-page--oasis .login-creative-caption { - left: 0; - bottom: 64px; - width: min(330px, 48%); + left: min(470px, 58%); + bottom: 54px; + width: min(300px, 34%); border-top-color: rgba(255, 255, 255, 0.18); color: #fff; text-shadow: 0 2px 22px rgba(0, 0, 0, 0.66); @@ -278,7 +278,7 @@ color: rgba(224, 210, 128, 0.78); } .login-page--oasis .login-dynamic-dock .login-character-stage { - min-height: 240px; + min-height: 250px; border-color: rgba(255, 255, 255, 0.1); background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px), @@ -293,7 +293,7 @@ border-color: rgba(255, 255, 255, 0.1); } .login-page--oasis .login-dynamic-dock .login-characters-container { - transform: translateX(-50%) scale(0.54); + transform: translateX(-50%) scale(0.58); } .login-page--oasis .login-studio-chip { border-color: rgba(140, 180, 120, 0.14); @@ -327,7 +327,7 @@ border-radius: 16px; background: rgba(10, 18, 10, 0.55); box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4); - padding: 28px 24px; + padding: 24px 22px; backdrop-filter: blur(16px); transition: border-color 0.4s, background 0.4s; } @@ -1127,8 +1127,7 @@ width: 48%; } .login-page--oasis .login-creative-caption { - bottom: 38px; - width: 58%; + display: none; } .login-creative-caption b { font-size: 22px; @@ -1154,7 +1153,7 @@ min-height: 190px; } .login-page--oasis .login-dynamic-dock .login-characters-container { - transform: translateX(-50%) scale(0.42); + transform: translateX(-50%) scale(0.45); } .login-studio-chip { font-size: 12px; diff --git a/web/app/login/page.tsx b/web/app/login/page.tsx index d370d9d..c551558 100644 --- a/web/app/login/page.tsx +++ b/web/app/login/page.tsx @@ -90,7 +90,7 @@ export default function LoginPage() {
-
+