diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index be18780..67374c7 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -18,7 +18,7 @@ }, "mp-weixin" : { - "launchtype" : "local" + "launchtype" : "remote" }, "provider" : "aliyun", "type" : "uniCloud" diff --git a/lang/zh-Hans.js b/lang/zh-Hans.js index e1fd23c..c1f742b 100644 --- a/lang/zh-Hans.js +++ b/lang/zh-Hans.js @@ -110,12 +110,12 @@ export default { ZBGJs: { title: "压缩因子表格", url: "/pagesPackage/ngtools_Par/ZBgJs", - icon:'zt' + icon:'zt.png' }, srjBGJs: { title: "水容积表格", url: "/pagesPackage/ngtools_CNG/srjBgJs", - icon:'vt' + icon:'vt.png' } // , // SqgyJs: { diff --git a/main.js b/main.js index 1093ca3..f0be28c 100644 --- a/main.js +++ b/main.js @@ -1,6 +1,8 @@ import App from './App' import i18n from './lang/i18n' -Vue.prototype.staticDir = 'https://ngtools.cn/pic/static/'; + +// 网络图片,减少小程序大小 +Vue.prototype.staticDir = 'https://ngtools.cn:3000/pic/static/'; Vue.prototype.getStaticFilePath = function(url) { return Vue.prototype.staticDir + url; } diff --git a/pages-config-template.json b/pages-config-template.json new file mode 100644 index 0000000..02273ac --- /dev/null +++ b/pages-config-template.json @@ -0,0 +1,76 @@ +/* ===pages-tool=== + 该文件是pages-tool插件的配置文件模板,仅供参考。可以删除,不影响插件的使用。 + pages-tool插件可实现将pages.josn中的配置拆分到多个配置文件中,以便实现模块化配置。 + 在应用中配置项较多、页面较多时,分别在不同文件中进行配置,可使项目代码更为清晰。 + 在团队多人合作时,按模块分工,分别管理不同的配置文件,可避免同时修改pages.json带来的代码冲突问题。 + + 注意:启用该插件并设置了配置文件之后,pages.json配置文件中相关配置项的内容可能会被替换,应根据paes-config.json的设置情况决定哪些配置应该在pages.josn中设置,哪些应该在指定的文件中设置。 + 提示:插件只会处理已设置的相关项点,不会覆盖pages.json中未指定的项点。详见配置示例 + +*/ + +{ + //可指定一个文件路径,从该文件读取globalStyle配置;如果不设置,仍然使用pages.json中的配置项 + //推荐配置:"globalStyle" : "pages-config/globalStyle.json" + //文件的格式同pages.json,但只应包含globalStyle配置项 + "globalStyle" : "", + + //可指定一个文件路径,从该文件读取easycom配置;如果不设置,仍然使用pages.json中的配置项 + //推荐配置:"easycom" : "pages-config/easycom.json" + //文件的格式同pages.json,但只应包含easycom配置项 + "easycom" : "", + + //可指定一个文件路径,从该文件读取tabBar配置;如果不设置,仍然使用pages.json中的配置项 + //推荐配置:"tabBar" : "pages-config/tabBar.json" + //文件的格式同pages.json,但只应包含tabBar配置项 + "tabBar" : "", + + //可指定多个文件路径,合并多个文件的内容作为pages配置;如果不设置,仍然使用pages.json中的配置项 + //推荐配置为:"pages" : ["pages-config/pages-moduleA.json", "pages-config/pages-moduleB.json", "pages-config/pages-moduleC.json", ...] + //每个文件的格式同pages.json,但只应包含pages配置项 + "pages" : [], + + //可指定一个文件路径,从该文件读取condition配置;如果不设置,仍然使用pages.json中的配置项 + //推荐配置:"condition" : "pages-config/condition.json" + //文件的格式同pages.json,但只应包含condition配置项 + "condition" : "", + + //可对每个分包指定一个文件路径,从该文件读取对应分包的pages配置;如果不设置,仍然使用pages.json中的配置项 + //推荐配置:"subPackages" : [pages-config/subPackages-moduleNameA.json, pages-config/subPackages-moduleNameB.json, ...], + //文件的格式同pages.json,但只应包含subPackages配置项 + //需要注意:分包中的pages不能再拆分为多个文件 + "subPackages" : [], + + //可指定一个文件路径,从该文件读取preloadRule配置;如果不设置,仍然使用pages.json中的配置项 + //推荐配置:"preloadRule" : "pages-config/preloadRule.json" + //文件的格式同pages.json,但只应包含preloadRule配置项 + "preloadRule" : "", + + //推荐配置:"workers" : "pages-config/workers.json" + //格式同pages.json + "workers" : "", + + //可指定一个文件路径,从该文件读取leftWindow配置;如果不设置,仍然使用pages.json中的配置项 + //推荐配置:"leftWindow" : "pages-config/leftWindow.json" + //文件的格式同pages.json,但只应包含leftWindow配置项 + "leftWindow" : "", + + //可指定一个文件路径,从该文件读取topWindow配置;如果不设置,仍然使用pages.json中的配置项 + //推荐配置:"topWindow" : "pages-config/topWindow.json" + //文件的格式同pages.json,但只应包含topWindow配置项 + "topWindow" : "", + + //可指定一个文件路径,从该文件读取rightWindow配置;如果不设置,仍然使用pages.json中的配置项 + //推荐配置:"rightWindow" : "pages-config/rightWindow.json" + //文件的格式同pages.json,但只应包含rightWindow配置项 + "rightWindow" : "", + + //可指定一个文件路径,从该文件读取uniIdRouter配置;如果不设置,仍然使用pages.json中的配置项 + //推荐配置:"uniIdRouter" : "pages-config/uniIdRouter.json" + //文件的格式同pages.json,但只应包含uniIdRouter配置项 + "uniIdRouter" : "", + + //默认启动首页,字符串配置(可以引入文件,也可以不引入文件),也可以直接在page.json中配置 + //推荐配置:"entryPagePath" : "/...." 或 "entryPagePath" : "pages-config/entryPagePath.json" + "entryPagePath": "" +} diff --git a/pages-config.json b/pages-config.json new file mode 100644 index 0000000..2027a7e --- /dev/null +++ b/pages-config.json @@ -0,0 +1,40 @@ +/* ===pages-tool=== + 该文件是pages-tool插件的配置文件 + pages-tool插件可实现将pages.josn中的配置拆分到多个配置文件中,以便实现模块化配置。 + 在应用中配置项较多、页面较多时,分别在不同文件中进行配置,可使项目代码更为清晰。 + 在团队多人合作时,按模块分工,分别管理不同的配置文件,可避免同时修改pages.json带来的代码冲突问题。 + + 注意:启用该插件并设置了配置文件之后,pages.json配置文件中相关配置项的内容可能会被替换,应根据paes-config.json的设置情况决定哪些配置应该在pages.josn中设置,哪些应该在指定的文件中设置。 + 提示:插件只会处理已设置的相关项点,不会覆盖pages.json中未指定的项点。详见配置示例 + +*/ + +{ + "globalStyle" : "pages-config/globalStyle.json", + + "easycom" : "", + + "tabBar" : "pages-config/tabBar.json", + + "pages" : ["pages-config/pages-all.json"], + + "condition" : "pages-config/condition.json", + + "leftWindow" : "", + + "topWindow" : "", + + "rightWindow" : "", + + "uniIdRouter" : "pages-config/uniIdRouter.json", + + ///以下各项为小程序特有配置 + + "subPackages" : ["pages-config/subPackages-all.json"], + + "preloadRule" : "", + + "workers" : "", + + "entryPagePath": "" +} diff --git a/pages-config/condition.json b/pages-config/condition.json new file mode 100644 index 0000000..d6f3e13 --- /dev/null +++ b/pages-config/condition.json @@ -0,0 +1,18 @@ +/* /// Pages-Tool: 该文件是pages-tool插件的配置文件,根据pages-config.json的配置,本文件的内容可能合并到pages.json*/ +{ + "condition": { + "list": [ + // { + // "path": "pages/list/detail" + // }, + // { + // "path": "pages/list/list" + // }, + + // { + // "path": "pages/ucenter/settings/settings" + // } + ], + "current": 1 + } +} \ No newline at end of file diff --git a/pages-config/globalStyle.json b/pages-config/globalStyle.json new file mode 100644 index 0000000..36e96cd --- /dev/null +++ b/pages-config/globalStyle.json @@ -0,0 +1,19 @@ +/* /// Pages-Tool: 该文件是pages-tool插件的配置文件,根据pages-config.json的配置,本文件的内容可能合并到pages.json*/ +{ + "globalStyle": { + // #ifdef H5 + "h5": { + "titleNView": false + }, + // #endif + "navigationBarTextStyle": "black", + // "navigationBarTitleText": "uni-starter", + "navigationBarBackgroundColor": "#FFFFFF", + "backgroundColor": "#F8F8F8", + "enablePullDownRefresh": false, + // "maxWidth":375, + "rpxCalcMaxDeviceWidth": 375, + "rpxCalcBaseDeviceWidth": 375 + // "rpxCalcIncludeWidth":0 + } +} \ No newline at end of file diff --git a/pages-config/pages-all.json b/pages-config/pages-all.json new file mode 100644 index 0000000..39620ad --- /dev/null +++ b/pages-config/pages-all.json @@ -0,0 +1,57 @@ +/* /// Pages-Tool: 该文件是pages-tool插件的配置文件,根据pages-config.json的配置,本文件的内容可能合并到pages.json*/ +{ + "pages": [ + // { + // "path": "pages/grid/login", + // "style": { + // "navigationStyle": "custom" + // } + // } + // , + + { + "path": "pages/grid/grid", + "style": { + "navigationStyle": "custom" + } + },{ + "path": "pages/ucenter", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/list/list", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/list/detail", + "style": { + "navigationStyle": "custom" + } + } + + + + + // #ifdef APP-PLUS + ,{ + "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup", + "style": { + "disableScroll": true, + "app-plus": { + "backgroundColorTop": "transparent", + "background": "transparent", + "titleNView": false, + "scrollIndicator": false, + "popGesture": "none", + "animationType": "fade-in", + "animationDuration": 200 + } + } + } + // #endif + ] +} \ No newline at end of file diff --git a/pages-config/subPackages-all.json b/pages-config/subPackages-all.json new file mode 100644 index 0000000..bdf98e5 --- /dev/null +++ b/pages-config/subPackages-all.json @@ -0,0 +1,561 @@ +/* /// Pages-Tool: 该文件是pages-tool插件的配置文件,根据pages-config.json的配置,本文件的内容可能合并到pages.json*/ +{ + "subPackages": [{ + "root": "pagesPackage/components", + "pages": [{ + "path": "popup", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom", + "app-plus": { + "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型 + "background": "transparent", // 背景透明 + "backgroundColor": "transparent", // 背景透明 + "webviewBGTransparent": true, + "mask": "none", + "popGesture": "none", // 关闭IOS屏幕左边滑动关闭当前页面的功能 + "bounce": "none" // 将回弹属性关掉 + } + } + }] + }, + { + "root": "pagesPackage/opendb-banner", + "pages": [{ + "path": "add", + "style": { + "navigationBarTitleText": "新增" + } + }, + { + "path": "edit", + "style": { + "navigationBarTitleText": "编辑" + } + }, + { + "path": "list", + "style": { + "navigationBarTitleText": "列表" + } + }, + { + "path": "detail", + "style": { + "navigationBarTitleText": "详情" + } + } + ] + }, + { + "root": "pagesPackage/uni-agree", + "pages": [{ + "path": "uni-agree", + "style": { + "navigationStyle": "custom", + "app-plus": { + "popGesture": "none" + } + } + }] + }, + { + "root": "pagesPackage/ucenter", + "pages": [{ + "path": "invite/invite", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, + { + "path": "settings/settings", + "style": { + "navigationBarTitleText": "设置" + } + }, + { + "path": "read-news-log/read-news-log", + "style": { + "navigationBarTitleText": "阅读记录", + "enablePullDownRefresh": true + } + }, + { + "path": "pay/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "about/about", + "style": { + "navigationBarTitleText": "关于", + "app-plus": { + "titleNView": { + "buttons": [{ + "type": "share" + }] + } + } + } + } + ] + }, + { + "root": "uni_modules/uni-feedback", + "pages": [{ + "path": "pages/opendb-feedback/opendb-feedback", + "style": { + "navigationBarTitleText": "意见反馈", + "enablePullDownRefresh": false + } + }] + }, { + "root": "uni_modules/uni-id-pages/pages", + "pages": [{ + "path": "userinfo/userinfo", + "style": { + "navigationBarTitleText": "个人资料" + } + }, + { + "path": "userinfo/realname-verify/realname-verify", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "实名认证" + } + }, + { + "path": "login/login-withoutpwd" + }, + { + "path": "login/login-withpwd" + }, + { + "path": "userinfo/deactivate/deactivate", + "style": { + "navigationBarTitleText": "注销账号" + } + }, + { + "path": "userinfo/bind-mobile/bind-mobile", + "style": { + "navigationBarTitleText": "绑定手机号码" + } + }, + { + "path": "login/login-smscode", + "style": { + "navigationBarTitleText": "手机验证码登录" + } + }, + { + "path": "register/register", + "style": { + "navigationBarTitleText": "注册" + } + }, + { + "path": "retrieve/retrieve", + "style": { + "navigationBarTitleText": "重置密码" + } + }, { + "path": "common/webview/webview", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "" + } + }, { + "path": "userinfo/change_pwd/change_pwd", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "修改密码" + } + }, { + "path": "register/register-by-email", + "style": { + "navigationBarTitleText": "邮箱验证码注册" + } + }, { + "path": "retrieve/retrieve-by-email", + "style": { + "navigationBarTitleText": "通过邮箱重置密码" + } + }, + { + "path": "userinfo/set-pwd/set-pwd", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "设置密码" + } + } + // #ifdef H5 + , + { + "path": "userinfo/cropImage/cropImage" + }, + { + "path": "register/register-admin", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "注册管理员账号" + } + } + // #endif + ] + }, { + "root": "pagesPackage/ngtools_Flow", + "pages": [{ + "path": "cysllJs", + "style": { + "navigationBarTitleText": "差压式流量计算", + "navigationStyle": "custom" + } + }, { + "path": "sdsllJs", + "style": { + "navigationBarTitleText": "速度式流量计算", + "navigationStyle": "custom" + } + }, + { + "path": "ljlllJs", + "style": { + "navigationBarTitleText": "临界流流量计算", + "navigationStyle": "custom" + + + } + }, + { + "path": "SqgyJs", + "style": { + "navigationBarTitleText": "输气工艺", + "navigationStyle": "custom" + } + } + + ] + }, { + "root": "pagesPackage/ngtools_Par", + "pages": [{ + "path": "zJs", + "style": { + "navigationBarTitleText": "压缩因子计算GB/T 17747", + "navigationStyle": "custom" + + + } + }, + { + "path": "mdRzJs", + "style": { + "navigationBarTitleText": "密度热值计算GB/T 11062", + "navigationStyle": "custom" + } + }, + { + "path": "qtJs", + "style": { + "navigationBarTitleText": "其他物性参数计算", + "navigationStyle": "custom" + } + }, + { + "path": "ZBgJs", + "style": { + "navigationBarTitleText": "压缩因子表格", + "navigationStyle": "custom" + } + } + ] + }, { + "root": "pagesPackage/ngtools_CNG", + "pages": [{ + "path": "LNGQhJs", + "style": { + "navigationBarTitleText": "LNG气化计算", + "navigationStyle": "custom" + + + } + }, + { + "path": "srjJs", + "style": { + "navigationBarTitleText": "罐车水容积计算", + "navigationStyle": "custom" + } + }, + { + "path": "zxcJs", + "style": { + "navigationBarTitleText": "装卸量计算", + "navigationStyle": "custom" + } + }, + + { + "path": "srjBgJs", + "style": { + "navigationBarTitleText": "水容积表格", + "navigationStyle": "custom" + } + } + ] + }, { + "root": "pagesPackage/ngTools_depart", + "pages": [{ + "path": "add", + "style": { + "navigationStyle": "custom" + } + }, { + "path": "edit", + "style": { + "navigationStyle": "custom" + } + }, { + "path": "list", + "style": { + "navigationStyle": "custom" + } + }, { + "path": "detail", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "departList/departList", + "style": { + "navigationBarTitleText": "" + } + } + ] + }, + { + "root": "pagesPackage/ngTools_Dict", + "pages": [{ + "path": "add", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "edit", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "list", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "detail", + "style": { + "navigationStyle": "custom" + } + } + ] + }, + + { + "root": "pagesPackage/ngTools_DictItem", + "pages": [{ + "path": "add", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "edit", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "list", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "detail", + "style": { + "navigationStyle": "custom" + } + } + ] + }, + + { + "root": "pagesPackage/ngtools_information", + "pages": [{ + "path": "add", + "style": { + "navigationBarTitleText": "新增" + } + }, + { + "path": "edit", + "style": { + "navigationBarTitleText": "编辑" + } + }, + { + "path": "list", + "style": { + "navigationBarTitleText": "列表" + } + }, + { + "path": "detail", + "style": { + "navigationBarTitleText": "详情" + } + } + ] + }, + { + "root": "pagesPackage/ngtools_categories", + "pages": [{ + "path": "add", + "style": { + "navigationBarTitleText": "新增" + } + }, + { + "path": "edit", + "style": { + "navigationBarTitleText": "编辑" + } + }, + { + "path": "list", + "style": { + "navigationBarTitleText": "列表" + } + }, + { + "path": "detail", + "style": { + "navigationBarTitleText": "详情" + } + } + ] + }, + { + "root": "pagesPackage/ngTools_SamplingLocation", + "pages": [{ + "path": "add", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "edit", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "list", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "detail", + "style": { + "navigationStyle": "custom" + } + } + ] + }, + { + "root": "pagesPackage/ngTools_MeterList", + "pages": [{ + "path": "add", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "edit", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "list", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "detail", + "style": { + "navigationStyle": "custom" + } + } + ] + }, + { + "root": "pagesPackage/ngtools-goods", + "pages": [{ + "path": "add", + "style": { + "navigationBarTitleText": "新增" + } + }, + { + "path": "edit", + "style": { + "navigationBarTitleText": "编辑" + } + }, + { + "path": "list", + "style": { + "navigationBarTitleText": "列表" + } + }, + { + "path": "detail", + "style": { + "navigationBarTitleText": "详情" + } + } + ] + }, + { + "root": "uni_modules/uni-pay", + "pages": [{ + "path": "pages/success/success", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/ad-interactive-webview/ad-interactive-webview", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/pay-desk/pay-desk", + "style": { + "navigationStyle": "custom" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/pages-config/tabBar.json b/pages-config/tabBar.json new file mode 100644 index 0000000..bd786b9 --- /dev/null +++ b/pages-config/tabBar.json @@ -0,0 +1,28 @@ +/* /// Pages-Tool: 该文件是pages-tool插件的配置文件,根据pages-config.json的配置,本文件的内容可能合并到pages.json*/ +{ + "tabBar": { + "color": "#7A7E83", + "selectedColor": "#007AFF", + "borderStyle": "black", + "backgroundColor": "#FFFFFF", + "list": [{ + "pagePath": "pages/grid/grid", + "iconPath": "static/tabbar/list.png", + "selectedIconPath": "static/tabbar/list_active.png", + "text": "首页" + } + // , { + // "pagePath": "pages/list/list", + // "iconPath": "static/tabbar/grid.png", + // "selectedIconPath": "static/tabbar/grid_active.png", + // "text": "常用资料" + // } + , { + "pagePath": "pages/ucenter", + "iconPath": "static/tabbar/me.png", + "selectedIconPath": "static/tabbar/me_active.png", + "text": "我的" + } + ] + } +} \ No newline at end of file diff --git a/pages-config/uniIdRouter.json b/pages-config/uniIdRouter.json new file mode 100644 index 0000000..f66bfaa --- /dev/null +++ b/pages-config/uniIdRouter.json @@ -0,0 +1,10 @@ +/* /// Pages-Tool: 该文件是pages-tool插件的配置文件,根据pages-config.json的配置,本文件的内容可能合并到pages.json*/ +{ + "uniIdRouter": { + "loginPage": "uni_modules/uni-id-pages/pages/login/login-withoutpwd", + "needLogin": [ + "/uni_modules/uni-id-pages/pages/userinfo/userinfo" + ], + "resToLogin": true + } +} \ No newline at end of file diff --git a/pages/grid/grid.vue b/pages/grid/grid.vue index 81e227f..f9de758 100644 --- a/pages/grid/grid.vue +++ b/pages/grid/grid.vue @@ -1,10 +1,10 @@ diff --git a/uni_modules/uni-captcha/components/uni-popup-captcha/uni-popup-captcha.uvue b/uni_modules/uni-captcha/components/uni-popup-captcha/uni-popup-captcha.uvue index 9963e12..d26537c 100644 --- a/uni_modules/uni-captcha/components/uni-popup-captcha/uni-popup-captcha.uvue +++ b/uni_modules/uni-captcha/components/uni-popup-captcha/uni-popup-captcha.uvue @@ -14,12 +14,8 @@ - diff --git a/uni_modules/uni-upgrade-center-app/package.json b/uni_modules/uni-upgrade-center-app/package.json index 2eb955a..4542246 100644 --- a/uni_modules/uni-upgrade-center-app/package.json +++ b/uni_modules/uni-upgrade-center-app/package.json @@ -1,7 +1,7 @@ { "id": "uni-upgrade-center-app", "displayName": "升级中心 uni-upgrade-center - App", - "version": "0.6.4", + "version": "0.8.3", "description": "uni升级中心 - 客户端检查更新", "keywords": [ "uniCloud", @@ -11,7 +11,7 @@ ], "repository": "https://gitee.com/dcloud/uni-upgrade-center/tree/master/uni_modules/uni-upgrade-center-app", "engines": { - "HBuilderX": "^3.2.14" + "HBuilderX": "^4.03" }, "dcloudext": { "sale": { @@ -34,42 +34,46 @@ "type": "unicloud-template-page" }, "uni_modules": { - "dependencies": [], + "dependencies": [ + "uts-progressNotification", + "uts-openSchema" + ], "encrypt": [], "platforms": { "cloud": { "tcb": "y", - "aliyun": "y" + "aliyun": "y", + "alipay": "y" }, "client": { "App": { "app-vue": "y", - "app-nvue": "u" + "app-nvue": "y" }, "H5-mobile": { - "Safari": "y", - "Android Browser": "y", - "微信浏览器(Android)": "y", - "QQ浏览器(Android)": "y" + "Safari": "n", + "Android Browser": "n", + "微信浏览器(Android)": "n", + "QQ浏览器(Android)": "n" }, "H5-pc": { - "Chrome": "y", - "IE": "y", - "Edge": "y", - "Firefox": "y", - "Safari": "y" + "Chrome": "n", + "IE": "n", + "Edge": "n", + "Firefox": "n", + "Safari": "n" }, "小程序": { - "微信": "u", - "阿里": "u", - "百度": "u", - "字节跳动": "u", - "QQ": "u", - "京东": "u" + "微信": "n", + "阿里": "n", + "百度": "n", + "字节跳动": "n", + "QQ": "n", + "京东": "n" }, "快应用": { - "华为": "u", - "联盟": "u" + "华为": "n", + "联盟": "n" }, "Vue": { "vue2": "y", diff --git a/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue b/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue index 633df2d..9e143c2 100644 --- a/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue +++ b/uni_modules/uni-upgrade-center-app/pages/upgrade-popup.vue @@ -3,14 +3,14 @@ {{title}} - + {{subTitle}} - + {{version}} @@ -28,8 +28,8 @@