From 52175f1269aa905913662758eafde7021af12c1c Mon Sep 17 00:00:00 2001 From: nekoimi Date: Thu, 18 Jan 2024 13:30:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E4=BD=BF=E7=94=A8=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19d3d33..cf51167 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ node { ], text: [ 'hello', - 'world' + 'world', + 'env: ${ENV_NAME}' // 使用环境变量 ] ) @@ -43,7 +44,8 @@ node { '# hello world', '- ppppppppp', '- ppppppppp', - '> content' + '> content', + 'env: ${ENV_NAME}' // 使用环境变量 ] )