zan-choose-dialog
Advanced tools
Comparing version 4.5.6 to 4.5.7
@@ -29,3 +29,4 @@ 'use strict'; | ||
var disableNoticeTextMap = { | ||
83: '不支持选择顶部导航模版创建的微页面' | ||
83: '不支持选择顶部导航模版创建的微页面', | ||
17: '不支持选择外卖模版创建的微页面' | ||
}; // 微页面,别问我为什么叫这个风马牛不相及的名字 | ||
@@ -39,3 +40,3 @@ function getConfig(options) { | ||
return templateId > 1 && templateId < 19; | ||
return templateId > 1 && templateId < 19 && templateId !== 17; | ||
}; | ||
@@ -42,0 +43,0 @@ |
{ | ||
"name": "zan-choose-dialog", | ||
"version": "4.5.6", | ||
"version": "4.5.7", | ||
"description": "这是一个React组件", | ||
@@ -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
1223431
34223