From dbdba79ee5b51bbee174f734b3a9db0df27b2021 Mon Sep 17 00:00:00 2001 From: duqingquan Date: Tue, 30 Aug 2022 11:50:36 +0800 Subject: [PATCH] ccc --- uni_modules/uts-advance/package.json | 12 +++++++++++- uni_modules/uts-helloworld/package.json | 12 +++++++++++- uni_modules/uts-osapi/package.json | 14 ++++++++++++-- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/uni_modules/uts-advance/package.json b/uni_modules/uts-advance/package.json index c0338e8..5f452d5 100644 --- a/uni_modules/uts-advance/package.json +++ b/uni_modules/uts-advance/package.json @@ -76,6 +76,16 @@ "联盟": "u" } } - } + }, + "type": "uts", + "uts": { + "android": { + "libs": [], + "dependencies": [] + }, + "ios": { + "libs": [] + } + } } } \ No newline at end of file diff --git a/uni_modules/uts-helloworld/package.json b/uni_modules/uts-helloworld/package.json index bba88da..ff30cd6 100644 --- a/uni_modules/uts-helloworld/package.json +++ b/uni_modules/uts-helloworld/package.json @@ -76,6 +76,16 @@ "联盟": "u" } } + }, + "type": "uts", + "uts": { + "android": { + "libs": [], + "dependencies": [] + }, + "ios": { + "libs": [] + } } } -} \ No newline at end of file +} diff --git a/uni_modules/uts-osapi/package.json b/uni_modules/uts-osapi/package.json index bffc38a..74f48a3 100644 --- a/uni_modules/uts-osapi/package.json +++ b/uni_modules/uts-osapi/package.json @@ -76,7 +76,17 @@ "联盟": "u" } } - } - + }, + "type": "uts", + "uts": { + "android": { + "libs": [], + "dependencies": [] + }, + "ios": { + "libs": [] + } + } + } } \ No newline at end of file -- GitLab