2025.11.28.22.40

This commit is contained in:
RUI
2025-11-28 22:44:54 +08:00
parent 0d73d0c63b
commit 21da21925e
71 changed files with 2924 additions and 1834 deletions

50
remaining-errors.txt Normal file
View File

@@ -0,0 +1,50 @@
scripts/seed.ts(61,7): error TS6133: 'getRandomItems' is declared but its value is never read.
src/components/admin/ArticleEditor.tsx(42,12): error TS6133: 'tags' is declared but its value is never read.
src/components/tiptap-templates/simple/simple-editor.tsx(70,1): error TS6133: 'content' is declared but its value is never read.
src/models/index.ts(1,28): error TS6133: 'Document' is declared but its value is never read.
src/models/index.ts(1,38): error TS6133: 'Model' is declared but its value is never read.
src/pages/admin/articles/index.tsx(1,8): error TS6133: 'React' is declared but its value is never read.
src/pages/admin/articles/index.tsx(24,38): error TS6133: 'Eye' is declared but its value is never read.
src/pages/admin/articles/index.tsx(40,11): error TS6133: 'router' is declared but its value is never read.
src/pages/admin/banners/index.tsx(1,8): error TS6133: 'React' is declared but its value is never read.
src/pages/admin/banners/index.tsx(6,29): error TS6133: 'CardDescription' is declared but its value is never read.
src/pages/admin/index.tsx(1,1): error TS6192: All imports in import declaration are unused.
src/pages/admin/index.tsx(8,39): error TS6133: 'CartesianGrid' is declared but its value is never read.
src/pages/admin/index.tsx(8,54): error TS6133: 'Tooltip' is declared but its value is never read.
src/pages/admin/plans/edit/[id].tsx(1,8): error TS6133: 'React' is declared but its value is never read.
src/pages/admin/plans/index.tsx(1,8): error TS6133: 'React' is declared but its value is never read.
src/pages/admin/settings/index.tsx(1,8): error TS6133: 'React' is declared but its value is never read.
src/pages/admin/settings/index.tsx(9,1): error TS6133: 'Switch' is declared but its value is never read.
src/pages/admin/settings/index.tsx(10,25): error TS6133: 'Trash2' is declared but its value is never read.
src/pages/admin/settings/index.tsx(10,33): error TS6133: 'Plus' is declared but its value is never read.
src/pages/admin/settings/index.tsx(10,39): error TS6133: 'Bot' is declared but its value is never read.
src/pages/admin/settings/index.tsx(11,34): error TS6133: 'Controller' is declared but its value is never read.
src/pages/admin/settings/index.tsx(76,11): error TS6198: All destructured elements are unused.
src/pages/admin/users/index.tsx(1,8): error TS6133: 'React' is declared but its value is never read.
src/pages/admin/users/index.tsx(21,5): error TS6133: 'DialogTrigger' is declared but its value is never read.
src/pages/admin/users/index.tsx(53,11): error TS6133: 'router' is declared but its value is never read.
src/pages/aitools/chat/index.tsx(6,1): error TS6192: All imports in import declaration are unused.
src/pages/aitools/chat/index.tsx(9,21): error TS6133: 'User' is declared but its value is never read.
src/pages/aitools/chat/index.tsx(9,44): error TS6133: 'Settings2' is declared but its value is never read.
src/pages/aitools/chat/index.tsx(20,11): error TS6196: 'Assistant' is declared but never used.
src/pages/aitools/chat/index.tsx(30,19): error TS6133: 'loading' is declared but its value is never read.
src/pages/aitools/index.tsx(1,1): error TS6133: 'React' is declared but its value is never read.
src/pages/aitools/prompt-optimizer/index.tsx(1,8): error TS6133: 'React' is declared but its value is never read.
src/pages/aitools/translator/index.tsx(1,8): error TS6133: 'React' is declared but its value is never read.
src/pages/api/admin/ai/models.ts(6,67): error TS6133: 'user' is declared but its value is never read.
src/pages/api/admin/articles/index.ts(2,19): error TS6133: 'User' is declared but its value is never read.
src/pages/api/admin/settings.ts(6,67): error TS6133: 'user' is declared but its value is never read.
src/pages/api/admin/users/index.ts(6,67): error TS6133: 'user' is declared but its value is never read.
src/pages/api/ai/generate.ts(20,67): error TS6133: 'user' is declared but its value is never read.
src/pages/api/hello.ts(9,3): error TS6133: 'req' is declared but its value is never read.
src/pages/api/orders/create.ts(3,33): error TS6133: 'User' is declared but its value is never read.
src/pages/article/[id].tsx(1,8): error TS6133: 'React' is declared but its value is never read.
src/pages/article/[id].tsx(11,52): error TS6133: 'CardDescription' is declared but its value is never read.
src/pages/article/[id].tsx(11,69): error TS6133: 'CardFooter' is declared but its value is never read.
src/pages/article/[id].tsx(12,1): error TS6192: All imports in import declaration are unused.
src/pages/article/[id].tsx(13,94): error TS6133: 'Sparkles' is declared but its value is never read.
src/pages/article/[id].tsx(56,28): error TS6133: 'authLoading' is declared but its value is never read.
src/pages/article/[id].tsx(419,67): error TS6133: 'index' is declared but its value is never read.
src/pages/membership.tsx(1,8): error TS6133: 'React' is declared but its value is never read.
src/pages/payment/failure.tsx(1,1): error TS6133: 'React' is declared but its value is never read.
src/pages/payment/success.tsx(1,8): error TS6133: 'React' is declared but its value is never read.