feat: 优化 /life 页面样式和图片显示

- 优化 /life 列表页视觉设计,增加主题标签、背景装饰、卡片动效
- 修复列表页精选文章图片显示
- 优化文章详情页图片画廊,支持切换和计数显示
- 保持整体风格一致性(米白背景 + 深灰文字 + 绿色强调)
This commit is contained in:
wxf
2026-06-24 13:45:40 +08:00
parent 94855e4055
commit b2e9924ead
11 changed files with 765 additions and 10 deletions
+3
View File
@@ -2,6 +2,9 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "export",
images: {
unoptimized: true,
},
};
export default nextConfig;