Skip to content

Commit a9942bd

Browse files
committed
Update README.md
1 parent 4a6fa71 commit a9942bd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,20 @@ deno task fmt
6060
deno task lint
6161
```
6262

63+
5.使用模块
64+
65+
```ts
66+
import {} from "https://gitee.com/masx200/leetcode-test/raw/master/mod.ts";
67+
```
68+
69+
```ts
70+
import {} from "https://github.com/masx200/leetcode-test/raw/master/mod.ts";
71+
```
72+
73+
```ts
74+
import {} from "https://cdn.jsdelivr.net/gh/masx200/leetcode-test/mod.ts";
75+
```
76+
6377
#### 参与贡献
6478

6579
1. Fork 本仓库

0 commit comments

Comments
 (0)