This website works better with JavaScript
Home
Explore
Help
Register
Sign In
18407821690
/
s202226701053
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
8ee7928cea
Branches
Tags
master
s202226701053
/
E-Cover-prod
/
UMLprod
/
diagram.puml
diagram.puml
161 B
History
Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```plantuml
@startuml
|用户|
start
:请求服务;
|系统|
:读取偏好;
:推荐算法生成结果;
:推送主界面;
|用户|
:展示结果;
stop
@enduml
```