• Joined on 2026-06-23
huxu pushed to main at huxu/sui_blog 2026-06-25 09:37:10 +08:00
58c27f96bf fix: validation schema 添加 coverImage 字段(修复封面图无法保存)
huxu pushed to main at huxu/sui_blog 2026-06-25 09:10:06 +08:00
5ac3617a9e chore: 添加 .npmrc 允许 Prisma build scripts
huxu pushed to main at huxu/sui_blog 2026-06-25 09:00:05 +08:00
a4c265d503 chore: 移除 Docker 相关配置
huxu pushed to main at huxu/sui_blog 2026-06-25 08:57:42 +08:00
159ec69d3d fix: runner 阶段安装 openssl(Prisma 检测需要)
huxu pushed to main at huxu/sui_blog 2026-06-25 08:51:28 +08:00
df9dee453f fix: runner 阶段重新 prisma generate(匹配 OpenSSL 版本)
huxu pushed to main at huxu/sui_blog 2026-06-25 08:36:29 +08:00
30823e9926 fix: AiAssistant selectedText 可选链修复
huxu pushed to main at huxu/sui_blog 2026-06-25 08:31:18 +08:00
5e129fda86 fix: 改用 node:22-slim(Debian),去掉 Alpine openssl 依赖
huxu pushed to main at huxu/sui_blog 2026-06-25 08:21:34 +08:00
0268048c62 fix: 去掉 start.sh,CMD 内联启动逻辑(彻底解决权限问题)
huxu pushed to main at huxu/sui_blog 2026-06-24 20:07:28 +08:00
707d065edb feat: AI 写作助手重构 — 右侧面板、选中文本、撤销、生成摘要/标题
huxu pushed to main at huxu/sui_blog 2026-06-24 17:29:11 +08:00
bf76975000 fix: start.sh 在 chown 之前 COPY(确保 nextjs 用户可读)
huxu pushed to main at huxu/sui_blog 2026-06-24 17:24:46 +08:00
57bbf1fece fix: 去掉 chmod(sh 执行不需要 +x)
huxu pushed to main at huxu/sui_blog 2026-06-24 17:20:05 +08:00
38f2a9823b fix: sitemap 加 force-dynamic + try-catch(构建时不查数据库)
huxu pushed to main at huxu/sui_blog 2026-06-24 17:14:30 +08:00
89f8d6e223 fix: 所有数据页面加 force-dynamic(解决构建时预渲染空数据缓存)
huxu pushed to main at huxu/sui_blog 2026-06-24 16:48:08 +08:00
92d190a081 fix: prisma db push 移到启动时执行(保留用户数据)
huxu pushed to main at huxu/sui_blog 2026-06-24 16:38:47 +08:00
e6839da566 fix: Docker 构建前 prisma db push 创建表
huxu pushed to main at huxu/sui_blog 2026-06-24 16:30:17 +08:00
faa17f0ccd fix: Docker 安装 openssl(Prisma 引擎需要 libssl.so.1.1)
huxu pushed to main at huxu/sui_blog 2026-06-24 16:22:40 +08:00
814729df02 fix: Docker runner 拷贝完整 node_modules(pnpm .prisma 在 .pnpm 内)
huxu pushed to main at huxu/sui_blog 2026-06-24 16:10:19 +08:00
7fbfaa9572 fix: Docker 改用 pnpm 9,绕过 pnpm 11 build scripts 限制
huxu pushed to main at huxu/sui_blog 2026-06-24 16:01:19 +08:00
3bebf669bd fix: pnpm 11 onlyBuiltDependencies 移到 .npmrc
huxu pushed to main at huxu/sui_blog 2026-06-24 15:56:02 +08:00
5e77c0fa61 fix: Dockerfile 移除多余的 .npmrc 拷贝