fix: update for coderabbitai, and make FAQ component props as translate key

This commit is contained in:
Yourz
2026-04-15 15:28:36 +08:00
parent 47293e1203
commit c7833ca5f1
8 changed files with 88 additions and 77 deletions

View File

@@ -6,5 +6,6 @@
}
},
"include": ["src/**/*", "e2e/**/*", "astro.config.ts"],
"exclude": ["src/**/*.stories.ts"]
"exclude": ["src/**/*.stories.ts"],
"references": [{ "path": "./tsconfig.stories.json" }]
}