bill пре 1 година
родитељ
комит
b5e4fddeb3
2 измењених фајлова са 5 додато и 0 уклоњено
  1. 1 0
      src/api/setting.ts
  2. 4 0
      src/model/app.vue

+ 1 - 0
src/api/setting.ts

@@ -41,6 +41,7 @@ const toLocal = (serviceSetting: ServeSetting): Setting => ({
   back: serviceSetting.back || "none",
   backType: serviceSetting.backType || SettingResourceType.icon,
   mapOpen: serviceSetting.mapOpen || false,
+  fov: serviceSetting.fov || 70,
   openCompass: !!serviceSetting.openCompass,
   mapType: serviceSetting.mapType || 'satellite'
 });

+ 4 - 0
src/model/app.vue

@@ -196,6 +196,10 @@ export default Model;
     width: 320px;
     height: 200px;
     z-index: 99;
+    #direction {
+      top: 0 !important;
+      right: 0 !important;
+    }
   }
 
   &.full {