From df8da9a4ecad4de6807dad53822b2585d5cb16a3 Mon Sep 17 00:00:00 2001 From: Randall Date: Fri, 3 Jan 2025 15:10:13 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f563293..e2a2ff1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 5. 安装节点(调用 /NodeService/installNode) 6. 新增安装节点时默认采用从本仓库下载edge-node,如果失败请在最后加上 `--webinstall` 采用webapi进行从你的edgecdn管理站拉取安装脚本 -如果调用脚本时没有指定节点名称 --name,则会自动使用 “<本机IPv4>(YYYY-MM-DD-HH-mm)” 作为名称。 +如果调用脚本时没有指定节点名称 --name,则会自动使用 “<本机IPv4>(YYYY-MM-DD)” 作为名称。 另外,支持通过 --grantid 参数来自定义 grantId,若不指定则默认为 1。 ## 使用方法