fix: support default and named export for useDebounce hook

Ensure compatibility with both default and named imports for hook.

#VERCEL_SKIP

Co-authored-by: null <4804959+fnvtk@users.noreply.github.com>
This commit is contained in:
v0
2025-09-23 07:09:47 +00:00
parent 7bb91b447e
commit ce0a716d02
30 changed files with 1682 additions and 2474 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "卡若数据资产中台",
"name": "卡若用户数据中台",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -63,7 +63,7 @@
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8.5",
"tailwindcss": "^3.4.17",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}