引入 Tailwind CSS 和 shadcn/ui

This commit is contained in:
雨霖铃
2026-05-21 22:57:23 +08:00
parent bb27577278
commit 3eb00d8a29
14 changed files with 1034 additions and 3 deletions
+7 -1
View File
@@ -26,7 +26,11 @@
"target": "ESNext",
"types": ["chrome", "webextension-polyfill", "@testing-library/jest-dom", "vitest/globals"],
"noImplicitAny": true
"noImplicitAny": true,
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
},
// 确保包含你的源代码目录
"include": [
@@ -39,6 +43,8 @@
"types/**/*",
"assets/**/*",
"hooks/**/*",
"lib/**/*",
"src/**/*",
".wxt/types/**/*.ts",
".wxt/types/*.d.ts",
"eslint.config.ts"