Generated: 2026-05-07 Branch: master
Enagic (元気) 本希甄选 — WeChat mini-program platform for Kangen water business. Spring Boot + Vue 2 + UniApp, extending Lilishop B2B2C.
enagic/
├── 课件/ # Courseware materials
├── 资料文档/ # Reference documentation
├── 资料/ # Misc materials (PDFs, XLSX)
├── 需求文档/ # Requirement docs (PDF, XLSX, MD)
├── 测试文档/ # Test docs (reserved)
├── 代码/ # Source code
│ ├── SPEC.md # Tech spec (requirements, design, API, DB)
│ ├── enagic-lilishop/ # Backend: Maven multi-module plugin
│ │ ├── enagic-entity/ # Entity layer (14 new tables)
│ │ ├── enagic-api/ # Business API (core extension)
│ │ ├── enagic-admin/ # Admin panel (Vue 2 + ViewUI)
│ │ └── enagic-consumer/ # Event consumer / scheduled tasks
│ └── enagic-uniapp/ # Mini-program (forked from lilishop-uniapp)
└── AGENTS.md
| Task | Location |
|---|---|
| Tech spec & API docs | 代码/SPEC.md |
| Backend (Spring Boot + Maven) | 代码/enagic-lilishop/enagic-plugin/ |
| Admin frontend (Vue 2) | 代码/enagic-lilishop/enagic-plugin/enagic-admin/ |
| Mini-program (UniApp) | 代码/enagic-uniapp/ |
| Database schema | 代码/enagic-lilishop/enagic-plugin/DB/enagic_init.sql |
| Deployment guide | 代码/enagic-lilishop/enagic-plugin/docs/ |
| Requirements docs | 需求文档/ |
| Courseware | 课件/ |
| Module | Tech | Description |
|---|---|---|
| AI Digital Human | Java + SiliconFlow API | Real-time AI chat with knowledge base |
| Health Advisor | Java + UniApp | Referral system, achievements, medals |
| VIP System | Java + UniApp | No-expiry membership, gratitude reminders |
| Deduction Account | Java + UniApp | Independent balance for order payments |
| Operation Flow | Java + RocketMQ | Auto-generate maintenance plans after order |
| QR Code Sharing | Java + UniApp | Track referral relationships |
enagic-plugin injected via Spring @Component/enagic/** namespace, no conflict with Lilishop originals14 new tables with prefix li_enagic_ (see SPEC.md §4 for full schema).
/enagic/buyer/ (customer) and /enagic/manager/ (admin)git pull origin master # Sync repo
mvn clean package -DskipTests # Build (requires Lilishop v4.3 source)
enagic-plugin/chcp 65001 for Unicode in PowerShellhttp://git.iwintrue.com/liaoxg/enagic.git代码/SPEC.md