auto-save 2026-05-21 15:15 (+2, ~3)
This commit is contained in:
@@ -1,19 +1,5 @@
|
|||||||
{
|
{
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
|
||||||
"files_changed": 2,
|
|
||||||
"hash": "70ffe22",
|
|
||||||
"message": "auto-save 2026-05-19 10:45 (~2)",
|
|
||||||
"ts": "2026-05-19T10:46:00+08:00",
|
|
||||||
"type": "commit"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"files_changed": 3,
|
|
||||||
"hash": "fc79cfd",
|
|
||||||
"message": "auto-save 2026-05-19 10:51 (~3)",
|
|
||||||
"ts": "2026-05-19T10:51:26+08:00",
|
|
||||||
"type": "commit"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"files_changed": 2,
|
"files_changed": 2,
|
||||||
"message": "Codex 会话活跃 · 最近命令:codex · 分支 main · 2 项未提交变更 · 最近提交:auto-save 2026-05-19 10:51 (~3)",
|
"message": "Codex 会话活跃 · 最近命令:codex · 分支 main · 2 项未提交变更 · 最近提交:auto-save 2026-05-19 10:51 (~3)",
|
||||||
@@ -3224,6 +3210,19 @@
|
|||||||
"type": "session-heartbeat",
|
"type": "session-heartbeat",
|
||||||
"message": "Codex 会话活跃 · 最近命令:codex · 分支 main · 3 项未提交变更 · 最近提交:docs: record production deploy for workbench header",
|
"message": "Codex 会话活跃 · 最近命令:codex · 分支 main · 3 项未提交变更 · 最近提交:docs: record production deploy for workbench header",
|
||||||
"files_changed": 3
|
"files_changed": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ts": "2026-05-21T15:09:40+08:00",
|
||||||
|
"type": "commit",
|
||||||
|
"message": "auto-save 2026-05-21 15:09 (+1, ~3)",
|
||||||
|
"hash": "b82dad4",
|
||||||
|
"files_changed": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ts": "2026-05-21T07:10:24Z",
|
||||||
|
"type": "session-heartbeat",
|
||||||
|
"message": "Codex 会话活跃 · 最近命令:codex · 分支 main · 1 项未提交变更 · 最近提交:auto-save 2026-05-21 15:09 (+1, ~3)",
|
||||||
|
"files_changed": 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
3
api/asset_library/index.json
Normal file
3
api/asset_library/index.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"items": []
|
||||||
|
}
|
||||||
3
api/prompt_library/index.json
Normal file
3
api/prompt_library/index.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"items": []
|
||||||
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -133,7 +133,7 @@ export default function AgentPage() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const activeStageIndex = Math.max(0, STAGES.findIndex((item) => item.key === run?.stage))
|
const activeStageIndex = run ? Math.max(0, STAGES.findIndex((item) => item.key === run.stage)) : -1
|
||||||
const canStart = !!url.trim() && !submitting
|
const canStart = !!url.trim() && !submitting
|
||||||
const videoSrc = runVideoUrl(run)
|
const videoSrc = runVideoUrl(run)
|
||||||
const contactSrc = runContactUrl(run)
|
const contactSrc = runContactUrl(run)
|
||||||
@@ -144,7 +144,7 @@ export default function AgentPage() {
|
|||||||
<header className="flex items-center justify-between rounded-[28px] border border-black/5 bg-white/80 px-5 py-4 shadow-[0_24px_80px_rgba(20,25,38,0.08)] backdrop-blur-xl">
|
<header className="flex items-center justify-between rounded-[28px] border border-black/5 bg-white/80 px-5 py-4 shadow-[0_24px_80px_rgba(20,25,38,0.08)] backdrop-blur-xl">
|
||||||
<div>
|
<div>
|
||||||
<div className="text-[12px] font-semibold uppercase tracking-[0.18em] text-[#7b8190]">SKG Agent Cut</div>
|
<div className="text-[12px] font-semibold uppercase tracking-[0.18em] text-[#7b8190]">SKG Agent Cut</div>
|
||||||
<h1 className="mt-1 text-[26px] font-semibold tracking-0 text-[#111318]">一分钟二创出片终端</h1>
|
<h1 className="mt-1 text-[26px] font-semibold tracking-normal text-[#111318]">一分钟二创出片终端</h1>
|
||||||
</div>
|
</div>
|
||||||
<div className="hidden items-center gap-2 rounded-full bg-[#111318] px-3 py-2 text-[12px] font-medium text-white md:flex">
|
<div className="hidden items-center gap-2 rounded-full bg-[#111318] px-3 py-2 text-[12px] font-medium text-white md:flex">
|
||||||
<TerminalSquare className="h-4 w-4 text-[#81d4ff]" />
|
<TerminalSquare className="h-4 w-4 text-[#81d4ff]" />
|
||||||
|
|||||||
Reference in New Issue
Block a user