1
This commit is contained in:
parent
769a2d6e04
commit
2d603854eb
Before Width: | Height: | Size: 207 KiB After Width: | Height: | Size: 207 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
@ -40,8 +40,8 @@
|
||||
<script setup lang="ts">
|
||||
import { PropType, computed } from 'vue'
|
||||
import { option as configOption } from './config'
|
||||
import bg1 from '/6.png'
|
||||
import bg2 from '/04.png'
|
||||
import bg1 from './assets/6.png'
|
||||
import bg2 from './assets/04.png'
|
||||
|
||||
const backgrounds = [bg1, bg2]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user