Skip to content

Commit

Permalink
添加环境变量使用说明
Browse files Browse the repository at this point in the history
  • Loading branch information
nekoimi authored Jan 18, 2024
1 parent 3e7e0ea commit 52175f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ node {
],
text: [
'hello',
'world'
'world',
'env: ${ENV_NAME}' // 使用环境变量
]
)
Expand All @@ -43,7 +44,8 @@ node {
'# hello world',
'- ppppppppp',
'- ppppppppp',
'> content'
'> content',
'env: ${ENV_NAME}' // 使用环境变量
]
)
Expand Down

0 comments on commit 52175f1

Please sign in to comment.