Files
inkreach-official-website/docs/dev/product-center-prd.md
T
yeuimu 6c61a4e871 feat(deploy): production deployment setup and fixes
- Debian-based api image (bookworm-slim), docker/debian mirrors, prisma
  binaryTargets for openssl 3.0
- nginx: admin SPA under /admin, TLS via acme.sh (ZeroSSL) + auto-renewal
  cron, http->https redirect
- prisma: add origin_goods.delisted migration, sync missing schema
  (good_image/tag_font_color/good_tags), fix users.createdAt Timestamptz
- api: CORS wildcard reflection, helmet CORP cross-origin, price
  backfill in persistProductDetail, categoryIcon ancestor fallback,
  mediaByColor per-color gallery in public goods detail
- admin: /admin base path (vite + router)
- import-data.mjs: udt_name casting, serial sequence advance fix
2026-08-26 14:23:09 +08:00

769 B

官网的首页我已经做好了, 位于 inkreach-official-website, 仅仅做了首页, 现在我需要做"产品中心"这个二级页面

具体的后台数据设计我已放在 docs/dev/database-table-design.md, 请参考

具体的数据库账号密码放在 .env, 请参考

我最终想要的效果是:

  1. 一个前端二级页: 前端的"产品中心"实现成: docs/dev/product-center-1.png \ docs/dev/product-center-2.png \ docs/dev/product-center-3.png, 这几张UI设计稿
  2. 一个前端后台: 通过设置产品的各种配置调控官网产品中心页面的展示效果
  3. 一个后端服务: 为前两者服务

SDS 获取的产品列表(pod-api.ts), 其原始数据是一个树形结构, 通过后台二次配置, 再展现到前端首页