@fonixtree/magic-design 2.0.142 → 2.0.144
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/common/AffiliateProductModal/index.js +4 -4
- package/es/common/ColorPickerInput/index.js +3 -1
- package/es/common/FontStyles/index.js +2 -2
- package/es/common/FontStyles/index.less +5 -9
- package/es/common/ImageModal/CommonModal/index.js +4 -2
- package/es/common/ImageModal/index.js +1 -1
- package/es/common/ImagePicker/index.js +1 -1
- package/es/common/LinkModal/FilteredProductModal/index.js +1 -1
- package/es/common/ProductFilterModal/index.js +1 -1
- package/es/common/ProductModal/index.js +8 -8
- package/es/composite-comp/monpay/components/Bundle/mobile/index.js +10 -5
- package/es/composite-comp/monpay/components/InterestProducts/mobile/index.js +3 -1
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.js +1 -1
- package/es/core/Designer/AiImageGenerator/GenerateArtist/index.js +6 -4
- package/es/core/Designer/AiImageGenerator/index.js +10 -10
- package/es/core/Designer/ChatRobot/components/SearchCondition/index.js +7 -5
- package/es/core/Designer/ChatRobot/index.js +4 -4
- package/es/locale/en/en.json +41 -14
- package/es/locale/es/es.json +41 -14
- package/es/locale/mn/mn.json +305 -278
- package/es/utils/androidUtil.js +2 -1
- package/es/utils/coreUtil.js +1 -1
- package/lib/common/AffiliateProductModal/index.js +4 -4
- package/lib/common/ColorPickerInput/index.js +3 -1
- package/lib/common/FontStyles/index.js +2 -2
- package/lib/common/FontStyles/index.less +5 -9
- package/lib/common/ImageModal/CommonModal/index.js +4 -2
- package/lib/common/ImageModal/index.js +1 -1
- package/lib/common/ImagePicker/index.js +1 -1
- package/lib/common/LinkModal/FilteredProductModal/index.js +1 -1
- package/lib/common/ProductFilterModal/index.js +1 -1
- package/lib/common/ProductModal/index.js +8 -8
- package/lib/composite-comp/monpay/components/Bundle/mobile/index.js +10 -5
- package/lib/composite-comp/monpay/components/InterestProducts/mobile/index.js +3 -1
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.js +1 -1
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.js +6 -4
- package/lib/core/Designer/AiImageGenerator/index.js +10 -10
- package/lib/core/Designer/ChatRobot/components/SearchCondition/index.js +7 -5
- package/lib/core/Designer/ChatRobot/index.js +4 -4
- package/lib/locale/en/en.json +41 -14
- package/lib/locale/es/es.json +41 -14
- package/lib/locale/mn/mn.json +305 -278
- package/lib/utils/androidUtil.js +2 -1
- package/lib/utils/coreUtil.js +1 -1
- package/package.json +1 -1
- package/es/assets/fonts/.DS_Store +0 -0
- package/lib/assets/fonts/.DS_Store +0 -0
package/lib/utils/coreUtil.js
CHANGED
|
@@ -335,7 +335,7 @@ var clickUrl = function clickUrl(url, state) {
|
|
|
335
335
|
return;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
if ((0, _androidUtil.browserVersion)().isAshitaApp) {
|
|
338
|
+
if ((0, _androidUtil.browserVersion)().isAshitaApp || (0, _androidUtil.browserVersion)().flutterApp) {
|
|
339
339
|
(0, _androidUtil.sendToApp)(data);
|
|
340
340
|
} else if ((0, _androidUtil.browserVersion)().isApp && params.link && params.link.startsWith('http')) {
|
|
341
341
|
// 跳转链接是个绝对路径
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|