feat: 新增 target description 字段,收紧 id/name 长度,调整延迟列和名称列
This commit is contained in:
@@ -41,6 +41,7 @@ describe("API 路由", () => {
|
||||
store = new ProbeStore(join(tempDir, "test.db"));
|
||||
store.syncTargets([
|
||||
{
|
||||
description: null,
|
||||
group: "default",
|
||||
http: {
|
||||
headers: {},
|
||||
@@ -64,6 +65,7 @@ describe("API 路由", () => {
|
||||
exec: "echo",
|
||||
maxOutputBytes: 104857600,
|
||||
},
|
||||
description: null,
|
||||
group: "default",
|
||||
id: "test-b",
|
||||
intervalMs: 60000,
|
||||
|
||||
Reference in New Issue
Block a user