feat: 新增标签分类体系与固定类型筛选优化

This commit is contained in:
2026-02-21 14:14:45 +08:00
parent 56eada659b
commit fb33b76ff5
15 changed files with 1601 additions and 128 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:e2e": "playwright test"
"test:e2e": "playwright test",
"taxonomy:backfill": "ts-node --compiler-options '{\"module\":\"CommonJS\",\"moduleResolution\":\"node\"}' scripts/backfill-tag-taxonomy.ts"
},
"dependencies": {
"@prisma/client": "^6.1.0",