This is a success alert.
This is a info alert.
This is a warning alert.
This is a error alert.
This is a success tag.
This is a info tag.
This is a warning tag.
This is a error tag.
graph TB;
A[Do you happy?]
B[Because you are lazy?]
C[It's good.]
D[So you should keep industrious.]
E[Keep relax.]
A--no-->B;
A--yes-->C;
B--no-->E;
B--yes-->D;
{
"type": "polarArea",
"data": {
"datasets": [
{
"data": [
11,
16,
7,
3,
14
],
"backgroundColor": [
"#FF6384",
"#4BC0C0",
"#FFCE56",
"#E7E9ED",
"#36A2EB"
],
"label": "My dataset"
}
],
"labels": [
"Red",
"Green",
"Yellow",
"Grey",
"Blue"
]
},
"options": {}
}
下篇Dracut