Skip to content

Commit

Permalink
doc: 优化文档
Browse files Browse the repository at this point in the history
  • Loading branch information
fikyair committed May 16, 2021
1 parent 4c9cb3c commit 1f7c273
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@

1. 替换`url`中的环境变量


```js
const a = `https://edu-activity.cn/activity?fe_env=e`;
```

转换为

```js
const a = `https://edu-activity.cn/activity`;
```

Expand All @@ -36,11 +32,9 @@ const a = `https://edu-activity.cn/activity`;
function sum(a, b){
return a+b+c;
}
```

转换为

```js
(function sum(a, b) {
try {
return a + b + c;
Expand Down

0 comments on commit 1f7c273

Please sign in to comment.