feat: 完善标签分类与领域场景归一化

This commit is contained in:
2026-02-22 12:03:11 +08:00
parent 285af9a039
commit ef527d69ce
5 changed files with 666 additions and 65 deletions
+3 -1
View File
@@ -9,7 +9,9 @@
"lint": "next lint",
"test": "vitest",
"test:e2e": "playwright test",
"taxonomy:backfill": "ts-node --compiler-options '{\"module\":\"CommonJS\",\"moduleResolution\":\"node\"}' scripts/backfill-tag-taxonomy.ts"
"taxonomy:backfill": "ts-node --compiler-options '{\"module\":\"CommonJS\",\"moduleResolution\":\"node\"}' scripts/backfill-tag-taxonomy.ts",
"domains:sync": "ts-node --compiler-options '{\"module\":\"CommonJS\",\"moduleResolution\":\"node\"}' scripts/sync-domain-scenarios.ts",
"tags:dedupe-free": "ts-node --compiler-options '{\"module\":\"CommonJS\",\"moduleResolution\":\"node\"}' scripts/dedupe-free-tags-to-canonical.ts"
},
"dependencies": {
"@prisma/client": "^6.1.0",