From 33bdc00cdee41fa0e8d315f4bb2c3fc13ed0df10 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 02 十一月 2023 19:30:50 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/bulletin-board-style1 into wn --- src/api/task.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/task.ts b/src/api/task.ts index bb0f969..125883a 100644 --- a/src/api/task.ts +++ b/src/api/task.ts @@ -105,6 +105,6 @@ } export interface CraftParamsResponse { - number: string + Number: string Params: CraftParam[] } -- Gitblit v1.8.0