vr-shopxo-plugin/README.md

41 lines
1008 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# ShopXO VR票务插件
基于 ShopXO 生态的 VR 演唱会票务解决方案Plan B
## 功能特性
- ✅ 场次管理(多日期/多票价/库存追踪)
- ✅ 观演人信息收集(下单时强制填写)
- ✅ QR 电子票生成(支付成功后自动发放)
- ✅ B 端扫码核销(支持多核销员)
- ✅ 复用 ShopXO 会员/积分/优惠券体系
- ✅ 插件独立部署,不修改 ShopXO 核心代码
## 快速开始
```bash
# 1. 克隆插件
git clone http://xmhome.ow-my.com:3000/sileya-ai/vr-shopxo-plugin.git
# 2. 上传至 ShopXO 插件目录
cp -r vr-shopxo-plugin /path/to/shopxo/app/plugins/
# 3. 后台安装插件
# 管理后台 → 应用中心 → 插件管理 → 安装 VR票务插件
# 4. 数据库迁移
# 访问 /plugins/vr-ticket/admin/migrate
```
## 架构文档
详见 [ARCHITECTURE.md](ARCHITECTURE.md)
## 开发状态
🚧 正在规划中,尚未开始编码。
---
**仓库**`http://xmhome.ow-my.com:3000/sileya-ai/vr-shopxo-plugin`