绿满眶商城微信小程序-uniapp
zxl
4 天以前 c9928dd4f6d25e2339ea1400f59ec58674a927a7
uni_modules/uni-popup/package.json
@@ -1,7 +1,7 @@
{
   "id": "uni-popup",
   "displayName": "uni-popup 弹出层",
   "version": "1.9.8",
  "version": "1.9.9",
   "description": " Popup 组件,提供常用的弹层",
   "keywords": [
        "uni-ui",
@@ -12,7 +12,9 @@
    ],
   "repository": "https://github.com/dcloudio/uni-ui",
   "engines": {
      "HBuilderX": ""
    "HBuilderX": "",
    "uni-app": "^4.01",
    "uni-app-x": ""
   },
   "directories": {
      "example": "../../temps/example_temps"
@@ -35,7 +37,10 @@
         "permissions": "无"
      },
        "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
        "type": "component-vue"
    "type": "component-vue",
    "darkmode": "x",
    "i18n": "x",
    "widescreen": "x"
   },
   "uni_modules": {
      "dependencies": [
@@ -45,44 +50,56 @@
      "encrypt": [],
      "platforms": {
         "cloud": {
            "tcb": "y",
                "aliyun": "y",
                "alipay": "n"
        "tcb": "x",
        "aliyun": "x",
        "alipay": "x"
         },
         "client": {
            "App": {
                    "app-vue": "y",
                    "app-nvue": "y",
                    "app-harmony": "u",
                    "app-uvue": "u"
        "uni-app": {
          "vue": {
            "vue2": "√",
            "vue3": "√"
                },
            "H5-mobile": {
               "Safari": "y",
               "Android Browser": "y",
               "微信浏览器(Android)": "y",
               "QQ浏览器(Android)": "y"
          "web": {
            "safari": "√",
            "chrome": "√"
            },
            "H5-pc": {
               "Chrome": "y",
               "IE": "y",
               "Edge": "y",
               "Firefox": "y",
               "Safari": "y"
          "app": {
            "vue": "√",
            "nvue": "√",
            "android": "√",
            "ios": "√",
            "harmony": "x"
            },
            "小程序": {
               "微信": "y",
               "阿里": "y",
               "百度": "y",
               "字节跳动": "y",
               "QQ": "y"
          "mp": {
            "weixin": "√",
            "alipay": "√",
            "toutiao": "√",
            "baidu": "√",
            "kuaishou": "√",
            "jd": "√",
            "harmony": "√",
            "qq": "√",
            "lark": "√"
            },
            "快应用": {
               "华为": "u",
               "联盟": "u"
          "quickapp": {
            "huawei": "-",
            "union": "-"
          }
                },
                "Vue": {
                    "vue2": "y",
                    "vue3": "y"
        "uni-app-x": {
          "web": {
            "safari": "-",
            "chrome": "-"
          },
          "app": {
            "android": "-",
            "ios": "-",
            "harmony": "-"
          },
          "mp": {
            "weixin": "-"
          }
                }
         }
      }