From 78763131069186e59bba0484331266a32dbfaa23 Mon Sep 17 00:00:00 2001 From: huyufei Date: Wed, 6 Sep 2023 15:44:05 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helper.py | 2 +- package.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/helper.py b/helper.py index e44da10..1430b43 100644 --- a/helper.py +++ b/helper.py @@ -7,7 +7,7 @@ def set_version(path, version): s = json.loads(open(path).read()) s["version"] = version # print('json', s) - json.dump(s, open(path, "w"), indent=1) + json.dump(s, open(path, "w"), indent=2) print('Packge version set to', version) # Entry diff --git a/package.json b/package.json index 8a0fbb2..45a4d84 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,13 @@ "displayName": "GuruDofLib", "version": "0.0.1", "description": "\u57fa\u4e8eGuru kcp\u5e93\u5b9e\u73b0\u7684\u5ba2\u6237\u7aef\u63a5\u53e3\u5c01\u88c5", + "keywords": [ + "unity", + "guru", + "kcp", + "network" + ], + "documentationUrl": "https://git.chengdu.pundit.company/castbox/upm_guru_dof_lib/src/branch/main/README.md", "unity": "2020.3", "license": "MIT", "category": "Game tool",