fix(key): b

This commit is contained in:
zhangheng
2026-04-13 16:32:18 +08:00
parent e1a5b06cad
commit edd23f3831
5 changed files with 393 additions and 104 deletions

View File

@@ -5,8 +5,8 @@ import { persist, PersistStorage, StorageValue } from "zustand/middleware"
import { Comment } from "./api/label/typing"
import { safeClone } from "./utils/clone"
type LabelData = Map<string, Map<string, [number, any[], any, any[]][]>>
type LabelPathTuple = [number, any[], any, any[]]
export type LabelData = Map<string, Map<string, [number, any[], any, any[]][]>>
export type LabelPathTuple = [number, any[], any, any[]]
type LabelTime = {
label: number
review1: number