v1.6.1 - 解决Github Pages的编译问题

This commit is contained in:
LINING-PC\lining
2025-12-14 21:53:17 +08:00
parent 141919fb5c
commit e72b4958e6
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import TaskDrawer from './TaskDrawer.vue'
import MilestoneDialog from './MilestoneDialog.vue'
import { useI18n, setCustomMessages } from '../composables/useI18n'
import { formatPredecessorDisplay } from '../utils/predecessorUtils'
import { moveTask, findTaskParent } from '../utils/taskTreeUtils'
import { moveTask } from '../utils/taskTreeUtils'
import jsPDF from 'jspdf'
import html2canvas from 'html2canvas'
import type { Task } from '../models/classes/Task'