This commit is contained in:
lucashu 2025-08-21 09:27:00 +08:00
parent 769a2d6e04
commit 2d603854eb
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 207 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -40,8 +40,8 @@
<script setup lang="ts"> <script setup lang="ts">
import { PropType, computed } from 'vue' import { PropType, computed } from 'vue'
import { option as configOption } from './config' import { option as configOption } from './config'
import bg1 from '/6.png' import bg1 from './assets/6.png'
import bg2 from '/04.png' import bg2 from './assets/04.png'
const backgrounds = [bg1, bg2] const backgrounds = [bg1, bg2]