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

@ -8,7 +8,7 @@
},
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"b": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build"
@ -41,7 +41,7 @@
"naive-ui": "^2.43.2",
"npm-run-all2": "^8.0.4",
"nprogress": "^0.2.0",
"typescript": "~5.8.0",
"typescript": "^5.9.3",
"vfonts": "^0.0.3",
"vite": "^7.0.6",
"vite-plugin-vue-devtools": "^8.0.0",