Browse Source

Merge branch 'wangyi/feature-20251026183100-deepmate王毅' into milestone-20251031-简版功能开发

milestone-20251031-简版功能开发
wangyi 3 weeks ago
parent
commit
30ab56d516
  1. 6
      pages/start/startup/startup.vue
  2. BIN
      static/start-gif.gif

6
pages/start/startup/startup.vue

@ -7,7 +7,7 @@
/>
<view class="logo-text"> DeepChart </view> -->
<image class="start" src="../../../static/start.webp" mode="scaleToFill" />
<image class="start" src="../../../static/start-gif.gif" mode="scaleToFill" />
</view>
</template>
@ -40,13 +40,13 @@ onShow(() => {
animationDuration: 1000,
});
}
}, 3000);
}, 2000);
});
</script>
<style>
.background {
background: linear-gradient(180deg, #fb6967, #fb6967);
/* background: linear-gradient(180deg, #fb6967, #fb6967); */
width: 100vw;
height: 100vh;
}

BIN
static/start-gif.gif

After

Width: 750  |  Height: 1624  |  Size: 298 KiB

Loading…
Cancel
Save