bill 8 月之前
父節點
當前提交
ec18644807
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/store/path.ts

+ 1 - 1
src/store/path.ts

@@ -42,7 +42,7 @@ export const getPathIsShow = (path: Path) => {
 export const createPath = (path: Partial<Path> = {}): Path => {
   return {
     id: createTemploraryID(),
-    lineColor: '#ff0000',
+    lineColor: '#ffffff',
     lineAltitudeAboveGround: 10,
     reverseDirection: false,
     lineWidth: 0.6,