diff --git a/vue/src/assets/images/phone.png b/vue/src/assets/images/phone.png index 5b4b889b..48b85cb3 100644 Binary files a/vue/src/assets/images/phone.png and b/vue/src/assets/images/phone.png differ diff --git a/vue/src/views/index.vue b/vue/src/views/index.vue index 6c30b1c7..a2c65344 100644 --- a/vue/src/views/index.vue +++ b/vue/src/views/index.vue @@ -122,65 +122,82 @@ - + + - +
-
{{ $t('home.platformName') }}
-
-
{{ $t('home.licenseNotice') }}
+
+ {{ $t('views.index.394840-0') }} +
+
+
+ + {{ $t('views.index.394840-1') }} +
-
-
{{ $t('home.openSource') }}:
-
{{ $t('home.openSourceDesc') }}
+
+
+
+ {{ $t('views.index.394840-2') }}
-
-
{{ $t('home.commercial') }}:
-
- {{ $t('home.commercialDesc') }} -
- {{ $t('home.viewDetails') }} >> -
+
{{ $t('views.index.394840-3') }}
+
+
+
+ {{ $t('views.index.394840-4') }}
+
+ {{ $t('views.index.394840-5') }} +
+ + {{ $t('views.index.394840-6') }} + +
+
-
-
- +
+
+
-
{{ $t('home.wechatScan') }}
-
{{ $t('home.h5Demo') }}
-
-
{{ $t('home.officialWebsite') }}
-
+
{{ $t('views.index.394840-7') }}
+
+
{{ $t('views.index.394840-9') }}
+
www.fastbee.cn
-
-
{{ $t('home.onlineDoc') }}
-
+
+
{{ $t('views.index.394840-10') }}
+
www.fastbee.cn/doc
-
-
{{ $t('home.contactAuthor') }}
-
- {{ $t('home.qq') }} 164770707 +
+
{{ $t('views.index.394840-11') }}
+
+ 164770707@qq.com
-
-
{{ $t('home.sourceCode') }}
-
- {{ $t('home.giteeSource') }} - {{ $t('home.githubSource') }} +
+
{{ $t('views.index.394840-12') }}
+
+ + {{ $t('views.index.394840-13') }} + + + {{ $t('views.index.394840-14') }} +
- +
- + +
{{ $t('views.index.394840-8') }}
@@ -201,7 +218,7 @@
-
+
Copyright © 2021-2022 FastBee @@ -459,18 +476,18 @@ export default { htmlStr += this.$t('home.deviceSerial') + ': ' + params.data.serialNumber + '
'; htmlStr += this.$t('home.deviceStatus') + ': '; if (params.data.status == 1) { - htmlStr += "" + this.$t('home.notActive') + "" + '
'; + htmlStr += "" + this.$t('home.notActive') + '' + '
'; } else if (params.data.status == 2) { - htmlStr += "" + this.$t('home.disabled') + "" + '
'; + htmlStr += "" + this.$t('home.disabled') + '' + '
'; } else if (params.data.status == 3) { - htmlStr += "" + this.$t('home.online') + "" + '
'; + htmlStr += "" + this.$t('home.online') + '' + '
'; } else if (params.data.status == 4) { - htmlStr += "" + this.$t('home.offline') + "" + '
'; + htmlStr += "" + this.$t('home.offline') + '' + '
'; } if (params.data.isShadow == 1) { - htmlStr += this.$t('home.deviceShadow') + ': ' + "" + this.$t('home.enabled') + "" + '
'; + htmlStr += this.$t('home.deviceShadow') + ': ' + "" + this.$t('home.enabled') + '' + '
'; } else { - htmlStr += this.$t('home.deviceShadow') + ': ' + "" + this.$t('home.notEnabled') + "" + '
'; + htmlStr += this.$t('home.deviceShadow') + ': ' + "" + this.$t('home.notEnabled') + '' + '
'; } htmlStr += this.$t('home.productName') + ': ' + params.data.productName + '
'; htmlStr += this.$t('home.firmwareVersion') + ': Version ' + params.data.firmwareVersion + '
'; @@ -825,21 +842,93 @@ export default {