auto-save 2026-05-15 19:08 (~3)
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -90,7 +90,7 @@ export default function LoginPage() {
|
||||
<OasisCanvas />
|
||||
<div className="login-oasis-shade" />
|
||||
<div className="relative z-10 mx-auto flex min-h-[calc(100vh-3rem)] w-full max-w-7xl items-center">
|
||||
<div className="grid w-full gap-5 lg:grid-cols-[minmax(0,1fr)_minmax(300px,340px)] lg:items-center">
|
||||
<div className="grid w-full gap-5 lg:grid-cols-[minmax(0,1fr)_minmax(290px,320px)] lg:items-center">
|
||||
<section className="login-hero login-oasis-hero order-2 relative min-h-[540px] overflow-hidden p-1 text-white sm:p-2 lg:order-1 lg:min-h-[620px]">
|
||||
<div className="relative z-10 flex h-full flex-col">
|
||||
<div className="flex flex-wrap items-center justify-between gap-4">
|
||||
|
||||
Reference in New Issue
Block a user