Skip to content

Commit f07b7e1

Browse files
committed
hate playwright install
1 parent fbcb63c commit f07b7e1

3 files changed

Lines changed: 9 additions & 91 deletions

File tree

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"next-mdx-remote": "^5.0.0",
3434
"p5": "^1.11.3",
3535
"pdf-lib": "^1.17.1",
36-
"playwright": "^1.53.1",
36+
"playwright": "^1.54.1",
3737
"puppeteer": "^24.10.2",
3838
"react": "^19.0.0",
3939
"react-dom": "^19.0.0",
Lines changed: 0 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +0,0 @@
1-
2-
3-
# Diagrams with Mermaid
4-
## Graph
5-
6-
<div className='dual_layout'>
7-
<div>
8-
```
9-
graph TD
10-
A((Biến A)) --> B{Điều kiện}
11-
B -->|Đúng| C[Thực thi 1]
12-
B -->|Sai| D[Thực thi 2]
13-
C --> E((Kết thúc))
14-
D --> E
15-
```
16-
</div>
17-
18-
<div>
19-
```mermaid
20-
graph TD
21-
A((Biến A)) --> B{Điều kiện}
22-
B -->|Đúng| C[Thực thi 1]
23-
B -->|Sai| D[Thực thi 2]
24-
C --> E((Kết thúc))
25-
D --> E
26-
```
27-
</div>
28-
</div>
29-
30-
## Flowchart
31-
32-
<div className='dual_layout'>
33-
<div>
34-
```
35-
graph TD
36-
A[Bắt đầu] --> B[Bước 1]
37-
B --> C[Bước 2]
38-
C --> D[Kết thúc]
39-
```
40-
</div>
41-
42-
<div>
43-
```mermaid
44-
graph TD
45-
A[Bắt đầu] --> B[Bước 1]
46-
B --> C[Bước 2]
47-
C --> D[Kết thúc]
48-
```
49-
</div>
50-
</div>
51-
52-
## Journey
53-
54-
<div className=''>
55-
<div>
56-
```
57-
journey
58-
title My working day
59-
section Go to work
60-
Make tea: 5: Me
61-
Go upstairs: 3: Me
62-
Do work: 1: Me, Cat
63-
section Go home
64-
Go downstairs: 5: Me
65-
Sit down: 5: Me
66-
```
67-
</div>
68-
69-
<div>
70-
```mermaid
71-
journey
72-
title My working day
73-
section Go to work
74-
Make tea: 5: Me
75-
Go upstairs: 3: Me
76-
Do work: 1: Me, Cat
77-
section Go home
78-
Go downstairs: 5: Me
79-
Sit down: 5: Me
80-
```
81-
</div>
82-
</div>

0 commit comments

Comments
 (0)