From 9728572f583ba8ca071144112acfd5094e675d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=91=E4=B8=8A=E7=9A=84=E6=A2=85=E5=AD=90?= Date: Thu, 20 Jul 2023 11:52:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cfg.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 cfg.json diff --git a/cfg.json b/cfg.json new file mode 100644 index 0000000..36e8e7e --- /dev/null +++ b/cfg.json @@ -0,0 +1,20 @@ +{ + "latest":{ + "release":"0.0.1", + "beta":"0.0.9", + "alpha":"Not" + }, + "release":{ + "0.0.1":{ + "url":"" + } + }, + "beta":{ + "0.0.1":{ + "url":"" + } + }, + "alpha":{ + "Name":"Not" + } +} -- GitLab