diff --git a/node.js b/node.js index add0498..5cc617c 100644 --- a/node.js +++ b/node.js @@ -1,5 +1,5 @@ // 你的 Gitee Raw 地址 -const jsonUrl = 'https://gittea.dev/Vibrantly/Try/raw/branch/master/duox.json'; +const jsonUrl = 'https://gittea.dev/Vibrantly/Try/raw/branch/master/x.json'; fetch(jsonUrl) .then(response => response.text()) // 获取原始的 Base64 文本