@@ -18,25 +20,25 @@ const editorStore = useEditorStore();
-
- {{ editorStore.fontSize }}px
+
+ {{ configStore.config.fontSize }}px
-
- {{ editorStore.tabType === 'spaces' ? '空格' : '制表符' }}
+
+ {{ configStore.config.tabType === 'spaces' ? '空格' : '制表符' }}
-
-
- {{ editorStore.tabSize }}
-
+
+
+ {{ configStore.config.tabSize }}
+
- {{ editorStore.encoding }}
-