Files
memind/ops
john 946d8756c8
Memind CI / Test, build, and release guards (push) Failing after 3s
feat(billing): enforce image generation quota with admin API and user display
Add period_images_bonus and ledger tracking, gate image_make on remaining quota,
expose admin image-quota routes, show remaining image quota in the balance popover,
and document that admin UI must live in memind_adm (5174) not ops.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-03 14:58:38 +08:00
..

Memind ops/ — 遗留运营控制台(禁止新增管理功能)

重要:本目录不再接受新的管理后台功能开发。

所有平台管理后台 UI(用户、计费、图片额度、策略、模型中心等)必须在独立仓库 memind_adm 中实现,本地开发端口 5174(生产 gadm),API 端口 8085

本目录(Memind ops/,本地约 3002)仅保留 Plaza 运营相关页面(审核、精选、创作者等)及历史遗留的超级管理路由;不得在此新增页面、导航项或 API 客户端。

分工

组件 仓库 / 端口 用途
memind_adm memind_adm · 5174 / 8085 唯一合法的管理后台 UI
Memind ops/ 本仓库 · ~3002 Plaza 运营 + 遗留 admin(只读维护,不扩展)
Memind 后端 本仓库 · 8081 / 8082 Portal 与 Admin API;业务逻辑可在此实现,UI 须在 memind_adm

新增管理功能时:在 memind_adm 添加页面与路由;如需新 API,优先在 memind_adm/server/ 挂载或复用 Memind 共享模块。