xiongzhu 3 years ago
parent
commit
1ecaf3df70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/List.vue

+ 1 - 1
src/views/List.vue

@@ -5,7 +5,7 @@ const configStore = useConfigStore();
 const name = configStore.config.name;
 const address = configStore.config.address;
 const time = set(new Date(), { hours: 18, minutes: 1, seconds: 1 });
-const data = [1, 2, 3].map((i) => {
+const data = [1, 3, 5].map((i) => {
     let t = addSeconds(
         addDays(time, -i),
         i > 1 ? -parseInt(2500 + Math.random() * 2500) : 0