From 1f7c27357273cf00e18983cdd6b9704a4108bc16 Mon Sep 17 00:00:00 2001 From: fikyair Date: Sun, 16 May 2021 21:27:47 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index ed6317a..66512fb 100644 --- a/README.md +++ b/README.md @@ -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`; ``` @@ -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;