diff --git a/.prettierrc.yaml b/.prettierrc.yaml index 35893b3..24dd347 100644 --- a/.prettierrc.yaml +++ b/.prettierrc.yaml @@ -1,4 +1,18 @@ +#singleQuote: true +#semi: false +#printWidth: 100 +#trailingComma: none +printWidth: 220 +tabWidth: 4 +useTabs: true +semi: true singleQuote: true -semi: false -printWidth: 100 -trailingComma: none +quoteProps: "as-needed" +trailingComma: "none" +bracketSpacing: true +jsxBracketSameLine: false +arrowParens: "avoid" +endOfLine: "lf" +jsxSingleQuote: false +vueIndentScriptAndStyle: false +Prettier:HTMLWhitespaceSensitivity: 'ignore' diff --git a/src/renderer/src/views/switch/index.vue b/src/renderer/src/views/switch/index.vue index 4486dba..bef4c52 100644 --- a/src/renderer/src/views/switch/index.vue +++ b/src/renderer/src/views/switch/index.vue @@ -2,98 +2,98 @@
- + 断开 + >断开 + 测试 连接 + >连接 + - + - + - + - + 更新 - + @@ -222,7 +222,7 @@ - + @@ -290,46 +290,58 @@
mqtt状态:
-
+
连接
- 断连 + 断连 + + +
日志状态:
-
+
连接
- 断连 + 断连 + + +
- + + + - - + + + + - + + +
@@ -340,21 +352,23 @@ + > + + - + > + + + + +

{{ item.msg }}

- - + + + +
@@ -1030,11 +1044,12 @@ onUnmounted(() => { }) -