feat: new tooltip

This commit is contained in:
hamster1963
2024-12-07 21:05:02 +08:00
parent 7d61b66762
commit 67124921a6
12 changed files with 187 additions and 64 deletions

View File

@@ -24,6 +24,7 @@ export default tseslint.config(
{ allowConstantExport: true },
],
"react-hooks/exhaustive-deps": "off",
"@typescript-eslint/no-explicit-any": "off",
},
},
);