Ghost 3317c84b5e feat: 管理端与用户端批量更新(订单/邀请双码/tabBar/审核与分销等)
- 管理端:用户详情、企业看板双小程序码、超管设置与用户列表等
- 后端:订单接口、邀请码企业版+个人版、分析与测试相关调整
- 微信小程序/抖音:自定义 tabBar 居中与拍摄钮上移、相机页与结果页、订单页、支付与统计
- 新增 faceResultDetail 工具与 mp 分析迁移脚本

Made-with: Cursor
2026-03-28 16:46:00 +08:00
2026-03-24 10:14:49 +08:00

mbti王

MBTI 性格测试小程序 · 管理后台 · API 服务

GitHub 仓库

日常同步

# 拉取最新
git pull origin main

# 提交并推送
git add .
git commit -m "描述"
git push origin main

产品与后台边界

  • 开发文档/1、需求/管理后台与产品目标对齐.md(概览 / 用户运营 / 订单运营 / 系统设置 与小程序全链路文档对齐说明)

项目结构

  • admin/ - Vue 管理后台
  • api/ - ThinkPHP API
  • miniprogram/ - 微信小程序

本地开发(管理后台 + API

  1. 启动 API需 PHP 8+,示例用 Homebrew 的 8.4
cd api/public
/usr/local/opt/php@8.4/bin/php -S 127.0.0.1:8787 router.php
  1. 启动管理后台(admin/.env.development 已默认走代理,无需改 hosts
cd admin
npm install
npm run dev

浏览器打开 http://localhost:5173 ,接口会经 Vite 转发到 http://127.0.0.1:8787。若 API 端口不是 8787可执行
VITE_DEV_API_PROXY=http://127.0.0.1:端口 npm run dev

Description
MBTI王 全栈(admin/api/小程序)
Readme 186 MiB
Languages
PHP 39.3%
Vue 30.8%
JavaScript 23.5%
Python 2.3%
TypeScript 2.3%
Other 1.7%