wanggaokun 2 tygodni temu
rodzic
commit
a09212775e
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/store/index.ts

+ 3 - 3
src/store/index.ts

@@ -19,14 +19,14 @@ export const useIndexStore = defineStore('index', {
     bgSize: JSON.stringify({ width: 150, height: 150 }),
     opacity: 0.9,
 
-    strokeWidth: 8,
+    strokeWidth: 1,
     outStrokeWidth: 15,
-    stroke: '#e54033',
+    stroke: '#5F95FF',
     outStroke: '#73d13d',
     strokeDasharray: 1,
     animation: 0,
     connector: 'normal',
-    edgeRouter: 'metro',
+    edgeRouter: 'manhattan',
     edgeOffset: 32,
     edgeDirection: 'H',
     label: '',