v1.9.0-rc.6 - SIT bugfix

This commit is contained in:
LINING-PC\lining
2026-02-03 21:51:10 +08:00
parent 9d5cdef835
commit 6e727fea3f
30 changed files with 3377 additions and 2984 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ function generateLargeResourceData() {
const endDate = new Date(startDate)
endDate.setDate(endDate.getDate() + duration)
const percent = [25, 50, 75, 100][Math.floor(Math.random() * 4)]
const capacity = [25, 50, 75, 100][Math.floor(Math.random() * 4)]
tasks.push({
id: taskId,
@@ -43,7 +43,7 @@ function generateLargeResourceData() {
{
id: resourceId,
name: `资源${i}`,
percent,
capacity,
},
],
})