feat: scaffold taro h5 frontends

This commit is contained in:
Codex
2026-06-29 11:40:32 +08:00
parent f74db433cc
commit c090008f52
40 changed files with 18033 additions and 16 deletions

View File

@@ -47,6 +47,17 @@ F:\project
index.ts worker CLI/常驻循环入口
package.json
tsconfig.json
taro/ Taro 4 React 跨端前端
src/
services/ 统一 API client、Auth、Supabase client、缓存
pages/
bootstrap/ 租户解析和三入口分流
student/ 学生学习端 H5/小程序页面
tenant-admin/ 租户后台工作台和运营页面
platform-admin/ 平台超级管理员后台页面
config/ Taro 构建配置,按 portal 输出三套 H5 产物
package.json
tsconfig.json
packages/
config/ 共享配置和 env 工具
@@ -127,6 +138,7 @@ git status --short --branch
- `apps/api/**`
- `apps/worker/**`
- `apps/taro/**`
- `packages/**`
- `supabase/**`
- `scripts/import-pocketbase/**`