feat: 预览图

This commit is contained in:
wang_fan_w 2024-07-20 16:10:37 +08:00
parent 44f0578e8c
commit b58d62891a
2 changed files with 6 additions and 3 deletions

View File

@ -32,7 +32,7 @@ SnowAdmin 一款基于 Vue3、TypeScript、Vite5、Pinia、Arco-Design 开源的
### 预览
![](https://img.picui.cn/free/2024/07/20/669b6894206d2.png)
![](https://img.picui.cn/free/2024/07/20/669b6fecd308b.png)
![](https://img.picui.cn/free/2024/07/20/669b688a12619.png)

View File

@ -2,7 +2,7 @@
<div class="banner_box">
<div class="banner_title">
<SvgIcon name="snow" size="25" />
DC-Admin
{{ title }}
</div>
<div class="banner_img">
<SvgIcon name="数据时代" size="100%" />
@ -10,7 +10,10 @@
</div>
</template>
<script setup lang="ts"></script>
<script setup lang="ts">
// title
const title = import.meta.env.VITE_GLOB_APP_TITLE;
</script>
<style lang="scss" scoped>
.banner_box {