From 3d801a883a243d2c15853c1824ce4bd73cdd6185 Mon Sep 17 00:00:00 2001 From: Aero Date: Thu, 10 Sep 2020 15:18:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8package.json=E5=86=85=E5=8A=A0?= =?UTF-8?q?=E5=85=A5"uni-app"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/uni-mp-kuaishou/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/uni-mp-kuaishou/package.json b/packages/uni-mp-kuaishou/package.json index c7ef7f354d..7a5bf47345 100644 --- a/packages/uni-mp-kuaishou/package.json +++ b/packages/uni-mp-kuaishou/package.json @@ -11,6 +11,10 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "uni-app": { + "name": "mp-kuaishou", + "title": "快手小程序" + }, "author": "Aero Wang", "license": "MIT" } -- GitLab