feat(aiSummary): AI 文章总结

This commit is contained in:
Ad-closeNN
2026-05-01 00:40:53 +08:00
parent 8c45610503
commit 2608a54bca
19 changed files with 564 additions and 14 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export default defineConfig({
// when the Tailwind class `transition-all` is used
containers: ["main", "#toc"],
smoothScrolling: true,
cache: true,
cache: process.env.NODE_ENV !== "development",
preload: true,
accessibility: true,
updateHead: true,