feat: 添加AI摘要功能并优化博客详情页布局

This commit is contained in:
2026-01-27 14:51:44 +08:00
parent ac4f8dac82
commit 4704fe81e9
8 changed files with 114 additions and 29 deletions

View File

@ -11,7 +11,8 @@
"compilerOptions": {
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"target": "es2021",
"lib": ["es2021.string", "dom"],
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]