1
0

feat: 新增 target description 字段,收紧 id/name 长度,调整延迟列和名称列

This commit is contained in:
2026-05-17 18:42:46 +08:00
parent 7926514986
commit f7193e98ff
36 changed files with 385 additions and 58 deletions

View File

@@ -19,6 +19,7 @@ describe("TargetBoard", () => {
const targets: TargetStatus[] = [
{
currentStreak: null,
description: null,
group: "default",
id: "1",
interval: "30s",
@@ -31,6 +32,7 @@ describe("TargetBoard", () => {
},
{
currentStreak: null,
description: null,
group: "production",
id: "2",
interval: "30s",