diff --git a/src/App.vue b/src/App.vue index 9bf3936..6966015 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,7 +9,7 @@ onLaunch(() => { console.log('App Launch'); - /** 微信小程序和阿里小程序动态远程加载字体 **/ + /** 微信小程序和阿里小程序动态远程加载字体 * */ /* #ifdef MP-WEIXIN || MP-ALIPAY */ dynamicLoadFontFace(); /* #endif */ diff --git a/src/androidPrivacy.json b/src/androidPrivacy.json index 35fd5d5..5ec20fc 100644 --- a/src/androidPrivacy.json +++ b/src/androidPrivacy.json @@ -1,29 +1,29 @@ { - "version": "1", - "prompt": "template", - "title": "服务协议和隐私政策", - "message": "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
  你可阅读《服务协议》《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。", - "buttonAccept": "同意并接受", - "buttonRefuse": "暂不同意", - // HX 3.4.13之后版本新增,system 使用系统webview 打开隐私协议链接,默认使用uni-app内置web组件 - "hrefLoader": "default", - "second": { - "title": "确认提示", - "message": "  进入应用前,你需先同意《服务协议》《隐私政策》,否则将退出应用。", - "buttonAccept": "同意并继续", - "buttonRefuse": "退出应用" + "version": "1", + "prompt": "template", + "title": "服务协议和隐私政策", + "message": "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
  你可阅读《服务协议》《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。", + "buttonAccept": "同意并接受", + "buttonRefuse": "暂不同意", + // HX 3.4.13之后版本新增,system 使用系统webview 打开隐私协议链接,默认使用uni-app内置web组件 + "hrefLoader": "default", + "second": { + "title": "确认提示", + "message": "  进入应用前,你需先同意《服务协议》《隐私政策》,否则将退出应用。", + "buttonAccept": "同意并继续", + "buttonRefuse": "退出应用" + }, + "styles": { + "backgroundColor": "#00FF00", + "borderRadius": "5px", + "title": { + "color": "#ff00ff" }, - "styles": { - "backgroundColor": "#00FF00", - "borderRadius":"5px", - "title": { - "color": "#ff00ff" - }, - "buttonAccept": { - "color": "#ffff00" - }, - "buttonRefuse": { - "color": "#00ffff" - } + "buttonAccept": { + "color": "#ffff00" + }, + "buttonRefuse": { + "color": "#00ffff" } -} \ No newline at end of file + } +} diff --git a/src/assets/style/main.scss b/src/assets/style/main.scss index 7b51ec3..a2dcaf2 100644 --- a/src/assets/style/main.scss +++ b/src/assets/style/main.scss @@ -1,3 +1,3 @@ @import 'auxiliary'; @import 'mixin'; -@import 'flex'; \ No newline at end of file +@import 'flex'; diff --git a/src/components/BasicButton/index.vue b/src/components/BasicButton/index.vue index 7eaaaf8..c87ac2d 100644 --- a/src/components/BasicButton/index.vue +++ b/src/components/BasicButton/index.vue @@ -9,7 +9,9 @@ diff --git a/src/demo/example/fontAwesomeIcon/index.vue b/src/demo/example/fontAwesomeIcon/index.vue index 6e76b44..8b5b41b 100644 --- a/src/demo/example/fontAwesomeIcon/index.vue +++ b/src/demo/example/fontAwesomeIcon/index.vue @@ -1,7 +1,7 @@ diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index e50ae60..5081f61 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -1,12 +1,15 @@