Ver Fonte

update code

yb há 3 semanas atrás
pai
commit
3b34f0752e
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      pwtk/architecture.canvas

+ 2 - 2
pwtk/architecture.canvas

@@ -18,7 +18,6 @@
 		{"id":"order_module","type":"text","text":"## Order 订单中心\n\n**orderList/** 订单列表\n- index.vue\n\n**cashOut/** 提现列表\n- index.vue\n- **auditCashOut/**\n  - index.vue 审核\n  - AuditCashOutReason.vue\n- **cashOutConfig/**\n  - index.vue 配置","x":5740,"y":-4720,"width":300,"height":440,"color":"4"},
 		{"id":"other_pages","type":"text","text":"## 其他页面\n\n**Home/** 首页\n- index.vue 仪表盘\n- echarts/ 图表组件\n  - index.vue\n  - bar/ 柱状图\n  - line/ 折线图\n\n**Login/** 登录\n- index.vue\n\n**SSO/** 单点登录\n- index.vue\n\n**Demo/** 演示\n- index.vue\n\n**404.vue** 错误页面","x":6200,"y":-4720,"width":300,"height":600,"color":"6"},
 		{"id":"service_layer","type":"text","text":"## Service 服务层\n\n**业务服务**\n- bbs.ts BBS服务\n- website.ts 网站服务\n- kv.ts 键值存储\n\n**拦截器**\n- interceptorChain.ts 拦截器链","x":2960,"y":-1800,"width":300,"height":305,"color":"2"},
-		{"id":"env_config","type":"text","text":"## 环境配置\n\n**开发环境**\n- .env.development.49gallery\n- .env.development.6gallery\n\n**生产环境**\n- .env.production\n- .env.production.49gallery\n- .env.production.6gallery\n\n**构建命令**\n- dev:49gallery\n- dev:6gallery\n- build\n- test / test:e2e","x":2960,"y":-1390,"width":300,"height":470,"color":"2"},
 		{"id":"cicd_pipeline","type":"text","text":"## CI/CD 流水线\n\n**Jenkins Pipeline**\n- Jenkinsfile.dev (6gallery)\n- Jenkinsfile.49dev\n\n**构建阶段**\n1. 初始化\n2. 代码拉取\n3. 更新子模块\n4. 依赖安装 (pnpm)\n5. 生成配置文件\n6. 项目构建\n7. Cloudflare 部署\n\n**通知集成**\n- 📱 Telegram Bot\n- 🔔 飞书 Webhook\n- 🐛 禅道 Bug 追踪\n\n**部署目标**\n- Cloudflare Pages\n- tk-admin6.pwtk.cc","x":3540,"y":-1495,"width":300,"height":680,"color":"1"},
 		{"id":"tech_stack","type":"text","text":"## 技术栈\n\n- **前端框架**: Vue 3.5\n- **构建工具**: Vite 5.3\n- **语言**: TypeScript 5.0\n- **UI组件**: Element Plus 2.7 + Vant 4.9\n- **状态管理**: Pinia 2.0\n- **路由**: Vue Router 4.2\n- **HTTP**: Axios 1.4\n- **国际化**: vue-i18n 9.2\n- **图表**: ECharts 5.4\n- **编辑器**: TinyMCE / CKEditor / WangEditor","x":-6080,"y":-4410,"width":380,"height":360,"color":"4"},
 		{"id":"todo_list","type":"text","text":"## 待办事项\n\n### 技术优化\n- [ ] 组件库文档完善\n- [ ] 单元测试覆盖率提升\n- [ ] E2E 测试用例补充\n- [ ] 性能优化\n\n### 功能迭代\n- [ ] 国际化完善\n- [ ] 移动端适配","x":-6050,"y":-3420,"width":300,"height":380,"color":"1"},
@@ -52,7 +51,8 @@
 		{"id":"constants","type":"text","text":"## 常量配置\n\n**const/**\n- options.ts 选项配置 (9K)\n- options.json 选项数据\n- phone.json 手机号码 (30K)\n- medalMap.ts 勋章映射\n- commonSet.ts 通用设置\n\n**constants/**\n- countryCodeAndPhoneCode.json\n- localStorageKeys.ts\n- sessionStorageKeys.ts","x":-3910,"y":-5060,"width":280,"height":280,"color":"2"},
 		{"id":"types_system","type":"text","text":"## 类型系统\n\n**核心类型 (types/)**\n- GameType.ts 彩种类型\n- Request.ts 请求/响应\n- Models.ts 数据模型\n- Interceptor.ts 拦截器\n\n**全局类型 (global_types/)**\n- global.d.ts 全局声明\n- video-upload.ts 视频上传","x":-3910,"y":-4510,"width":280,"height":280,"color":"4"},
 		{"id":"df8065411e2e3be3","type":"text","text":"","x":6720,"y":-4720,"width":250,"height":540},
-		{"id":"title","type":"text","text":"# PWTK Admin Web 架构 v1\n\n**日期**: 2025-01-02\n**版本**: 1.2.51\n**状态**: 生产环境\n\n技术栈:Vue 3 + TypeScript + Vite\nUI框架:Element Plus + Vant\n\n**Views 模块**: 19个\n**Vue 页面**: 230+\n**公共组件**: 109个","x":-5575,"y":-4890,"width":400,"height":340,"color":"1"}
+		{"id":"title","type":"text","text":"# PWTK Admin Web 架构 v1\n\n**日期**: 2025-01-02\n**版本**: 1.2.51\n**状态**: 生产环境\n\n技术栈:Vue 3 + TypeScript + Vite\nUI框架:Element Plus + Vant\n\n**Views 模块**: 19个\n**Vue 页面**: 230+\n**公共组件**: 109个","x":-5575,"y":-4890,"width":400,"height":340,"color":"1"},
+		{"id":"env_config","type":"text","text":"## 环境配置\n\n**开发环境**\n- .env.development.49gallery\n- .env.development.6gallery\n\n**生产环境**\n- .env.production\n- .env.production.49gallery\n- .env.production.6gallery\n\n**构建命令**\n- dev:49gallery\n- dev:6gallery\n- build\n- test / test:e2e","x":2620,"y":-1390,"width":300,"height":470,"color":"2"}
 	],
 	"edges":[
 		{"id":"edge_system_api","fromNode":"system_module","fromSide":"bottom","toNode":"api_layer","toSide":"top","label":"API 调用"},