From 8f3e76d051c97e3efa8693f2a3b35bb450e45308 Mon Sep 17 00:00:00 2001
From: Huang <596417202@qq.com>
Date: Sun, 9 Oct 2022 17:33:53 +0800
Subject: [PATCH] =?UTF-8?q?perf-=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 2 +-
src/androidPrivacy.json | 52 +-
src/assets/style/main.scss | 2 +-
src/components/BasicButton/index.vue | 4 +-
src/components/BasicInput/index.vue | 1 +
src/components/FontAwesomeIcon/index.scss | 16 +-
src/components/FontAwesomeIcon/index.vue | 19 +-
src/components/FontAwesomeIcon/props.ts | 99 +-
.../FontAwesomeIcon/scss/_animated.scss | 182 +-
.../scss/_bordered-pulled.scss | 8 +-
.../FontAwesomeIcon/scss/_core.scss | 12 +-
.../FontAwesomeIcon/scss/_functions.scss | 4 +-
.../FontAwesomeIcon/scss/_icons.scss | 11 +-
.../FontAwesomeIcon/scss/_list.scss | 4 +-
.../FontAwesomeIcon/scss/_mixins.scss | 17 +-
.../scss/_rotated-flipped.scss | 2 +-
.../FontAwesomeIcon/scss/_shims.scss | 1225 ++-
.../FontAwesomeIcon/scss/_sizing.scss | 2 +-
.../FontAwesomeIcon/scss/_variables.scss | 9332 ++++++++---------
.../FontAwesomeIcon/scss/brands.scss | 14 +-
.../FontAwesomeIcon/scss/duotone.scss | 28 +-
.../scss/fonts/fa-brands-400.scss | 6 +-
.../scss/fonts/fa-duotone-900.scss | 6 +-
.../scss/fonts/fa-light-300.scss | 6 +-
.../scss/fonts/fa-regular-400.scss | 6 +-
.../scss/fonts/fa-sharp-solid-900.scss | 6 +-
.../scss/fonts/fa-solid-900.scss | 6 +-
.../scss/fonts/fa-thin-100.scss | 6 +-
.../FontAwesomeIcon/scss/light.scss | 11 +-
.../FontAwesomeIcon/scss/regular.scss | 14 +-
.../FontAwesomeIcon/scss/sharp-solid.scss | 12 +-
.../FontAwesomeIcon/scss/solid.scss | 14 +-
src/components/FontAwesomeIcon/scss/thin.scss | 9 +-
src/components/Template/index.vue | 24 -
src/demo/example/fontAwesomeIcon/index.vue | 155 +-
src/enums/routerEnum.ts | 7 +-
src/pages/about/index.vue | 13 +-
src/pages/index/index.vue | 2 +-
src/pages/log/index.vue | 3 +-
src/pages/login/index.vue | 17 +-
src/pages/notFound/404.vue | 2 +-
src/pagesB/detail/index.vue | 2 +-
src/state/modules/auth.ts | 11 +-
src/utils/cache/index.ts | 6 +-
src/utils/cache/storageCache.ts | 13 +-
src/utils/cipher.ts | 5 +-
src/utils/fonts.ts | 20 +-
src/utils/http/index.ts | 13 +-
src/utils/index.ts | 4 +-
src/utils/interceptors/index.ts | 5 +-
src/utils/is.ts | 9 +-
src/utils/router/interceptor.ts | 12 +-
src/utils/router/navigates.ts | 11 +-
src/utils/router/routes.ts | 12 +-
src/utils/uniapi/index.ts | 22 +-
src/utils/uniapi/prompt.ts | 22 +-
56 files changed, 6195 insertions(+), 5333 deletions(-)
delete mode 100644 src/components/Template/index.vue
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 @@
-
+
+
+