fix: lint error

This commit is contained in:
duorameng
2026-04-02 20:36:24 +08:00
parent ad2dbd8523
commit eda4073cad
8 changed files with 29 additions and 30 deletions
+1
View File
@@ -338,6 +338,7 @@ export interface FileNode {
export interface Task {
id: string
name: string
remark: string
command: string
tags: string
type: string