@dcloudio/uni-cli-shared
Advanced tools
Comparing version 0.2.961 to 0.2.962
@@ -48,3 +48,3 @@ /** | ||
const supportGlobalUsingComponents = process.env.UNI_PLATFORM === 'mp-weixin' | ||
const supportGlobalUsingComponents = process.env.UNI_PLATFORM === 'mp-weixin' || process.env.UNI_PLATFORM === 'mp-qq' | ||
@@ -51,0 +51,0 @@ function updateComponentJson (name, jsonObj, usingComponents = true) { |
@@ -39,2 +39,19 @@ const fs = require('fs') | ||
}, | ||
'mp-qq': { | ||
global: 'wx', | ||
exts: { | ||
style: '.wxss', | ||
template: '.wxml' | ||
}, | ||
vue: mpvueRuntime, | ||
compiler: mpvueCompiler, | ||
megalo: false, | ||
subPackages: true, | ||
cssVars: { | ||
'--status-bar-height': '25px', | ||
'--window-top': '0px', | ||
'--window-bottom': '0px' | ||
}, | ||
project: 'project.config.json' | ||
}, | ||
'mp-weixin': { | ||
@@ -41,0 +58,0 @@ global: 'wx', |
@@ -8,2 +8,3 @@ const path = require('path') | ||
'app-plus', | ||
'mp-qq', | ||
'mp-weixin', | ||
@@ -10,0 +11,0 @@ 'mp-baidu', |
{ | ||
"name": "@dcloudio/uni-cli-shared", | ||
"version": "0.2.961", | ||
"version": "0.2.962", | ||
"description": "uni-cli-shared", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41005
1001