Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docTest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
叶璐泽
docTest
Commits
c4e2b13f
Commit
c4e2b13f
authored
Dec 20, 2024
by
叶璐泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
ebd99459
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
README.md
README.md
+26
-0
No files found.
README.md
View file @
c4e2b13f
...
@@ -15,6 +15,32 @@ graph TD;
...
@@ -15,6 +15,32 @@ graph TD;
```
```
```
mermaid
sequenceDiagram;
participant adm as TMS UI/Browser;
participant tms as TMS service;
participant oss as OSS service;
activate adm;
adm->>adm:click "Add APP";
adm-)oss:upload apk;
oss-->>adm:ok;
adm->>tms:submit "Add APP";
activate tms;
tms->>oss:get apk;
oss-->>tms:apk;
activate tms;
tms->>tms:sign the apk;
deactivate tms;
tms-->>adm:ok;
deactivate tms;
deactivate adm;
```
```mermaid
```mermaid
erDiagram;
erDiagram;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment