auto-save 2026-05-15 15:26 (~3)
This commit is contained in:
@@ -1,19 +1,5 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"files_changed": 2,
|
||||
"hash": "12daaa2",
|
||||
"message": "auto-save 2026-05-13 23:57 (~2)",
|
||||
"ts": "2026-05-13T23:57:28+08:00",
|
||||
"type": "commit"
|
||||
},
|
||||
{
|
||||
"files_changed": 7,
|
||||
"hash": "4c11a4c",
|
||||
"message": "auto-save 2026-05-14 00:02 (+3, ~4)",
|
||||
"ts": "2026-05-14T00:03:09+08:00",
|
||||
"type": "commit"
|
||||
},
|
||||
{
|
||||
"files_changed": 1,
|
||||
"message": "Claude 会话活跃 · 最近命令:claude · 1 项未提交变更 · 最近提交:auto-save 2026-05-14 00:02 (+3, ~4)",
|
||||
@@ -3251,6 +3237,19 @@
|
||||
"message": "auto-save 2026-05-15 15:15 (~4)",
|
||||
"hash": "7ee9ea2",
|
||||
"files_changed": 4
|
||||
},
|
||||
{
|
||||
"ts": "2026-05-15T15:21:20+08:00",
|
||||
"type": "commit",
|
||||
"message": "auto-save 2026-05-15 15:21 (+1, ~9)",
|
||||
"hash": "f7cc49a",
|
||||
"files_changed": 10
|
||||
},
|
||||
{
|
||||
"ts": "2026-05-15T07:24:47Z",
|
||||
"type": "session-heartbeat",
|
||||
"message": "Codex 会话活跃 · 最近命令:codex · 2 项未提交变更 · 最近提交:auto-save 2026-05-15 15:21 (+1, ~9)",
|
||||
"files_changed": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
absolute_redirect off;
|
||||
|
||||
client_max_body_size 2g;
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ export default function LoginPage() {
|
||||
>
|
||||
<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,1.08fr)_minmax(380px,460px)] lg:items-stretch">
|
||||
<section className="login-hero relative min-h-[470px] overflow-hidden rounded-[8px] border border-white/10 bg-black/35 p-6 shadow-2xl shadow-black/35 sm:p-8 lg:min-h-[620px]">
|
||||
<section className="login-hero order-2 relative min-h-[470px] overflow-hidden rounded-[8px] border border-white/10 bg-black/35 p-6 shadow-2xl shadow-black/35 sm:p-8 lg:order-1 lg:min-h-[620px]">
|
||||
<div className="relative z-10 flex h-full flex-col justify-between gap-8">
|
||||
<div className="flex flex-wrap items-center justify-between gap-3">
|
||||
<div className="flex items-center gap-3">
|
||||
@@ -145,7 +145,7 @@ export default function LoginPage() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="flex min-h-[470px] items-center rounded-[8px] border border-white/10 bg-[#10121d]/95 p-5 shadow-2xl shadow-black/40 sm:p-8 lg:min-h-[620px]">
|
||||
<section className="order-1 flex min-h-[470px] items-center rounded-[8px] border border-white/10 bg-[#10121d]/95 p-5 shadow-2xl shadow-black/40 sm:p-8 lg:order-2 lg:min-h-[620px]">
|
||||
<form className="w-full" onSubmit={onSubmit}>
|
||||
<div className="mb-8">
|
||||
<div className="mb-4 inline-flex h-12 w-12 items-center justify-center rounded-[8px] bg-[#6c3ff5] text-white shadow-lg shadow-[#6c3ff5]/35">
|
||||
|
||||
Reference in New Issue
Block a user