From 46fcf40001bc32f57136eeab9369741f4a0f8415 Mon Sep 17 00:00:00 2001 From: yanweidong Date: Sun, 25 Feb 2024 11:58:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20services.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services.md | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/services.md b/services.md index a49fbe3..c568a4d 100644 --- a/services.md +++ b/services.md @@ -1,16 +1,25 @@ ``` -├── build -├── config -├── docs -│ └── static -│ ├── css -│ └── js -├── src -│ ├── assets -│ ├── components -│ ├── store -│ │ └── modules -│ └── views -│ ├── book -│ └── movie -└── static \ No newline at end of file +BSM +├─bsm-infra +│ ├─gateway +│ └─worker +├─bsm-registry +│ └─actions +├─bsm-sdk +│ ├─engine +│ ├─skeleton +├─bsm-service-app +│ └─passport +├─bsm-service-base +│ ├─initialize +│ └─notify +├─bsm-service-ec +│ ├─address +│ ├─mall +│ └─order +├─bsm-service-mgt +│ └─operate +├─bsm-service-ugc +│ └─content +└─bsm-tools + └─proto-merge \ No newline at end of file