build: 引入 ESLint 防回潮基建 + 清理存量未使用 import
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { create } from "zustand";
|
||||
import type { WebGenerationPreviewTask } from "../types";
|
||||
|
||||
export type QueueItemStatus = "pending" | "running" | "completed" | "failed" | "cancelled";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user