🆕 图床托管终端背景图片
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 501 KiB After Width: | Height: | Size: 501 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 177 KiB |
@ -89,15 +89,15 @@ const props = defineProps({
|
||||
const emit = defineEmits(['update:show', 'update:themeName', 'update:background', 'update:fontSize',])
|
||||
|
||||
const backgroundImages = ref([
|
||||
'/terminal/03.png',
|
||||
'/terminal/04.png',
|
||||
'/terminal/01.png',
|
||||
'/terminal/02.png',
|
||||
'/terminal/05.png',
|
||||
'/terminal/06.png',
|
||||
'/terminal/07.jpg',
|
||||
'/terminal/08.jpg',
|
||||
'/terminal/09.png',
|
||||
'https://wmimg.com/i/1099/2024/08/66c42ff3cd6ab.png',
|
||||
'https://wmimg.com/i/1099/2024/08/66c42ff3e3f45.png',
|
||||
'https://wmimg.com/i/1099/2024/08/66c42ff411ffb.png',
|
||||
'https://wmimg.com/i/1099/2024/08/66c42ff4c5753.png',
|
||||
'https://wmimg.com/i/1099/2024/08/66c42ff4e8b4d.jpg',
|
||||
'https://wmimg.com/i/1099/2024/08/66c42ff51ee3a.jpg',
|
||||
'https://wmimg.com/i/1099/2024/08/66c42ff5db377.png',
|
||||
'https://wmimg.com/i/1099/2024/08/66c42ff536a64.png',
|
||||
'https://wmimg.com/i/1099/2024/08/66c42ff51d8dd.png',
|
||||
])
|
||||
|
||||
const visible = computed({
|
||||
|
@ -200,7 +200,7 @@ const updateHostData = ref(null)
|
||||
const showSetting = ref(false)
|
||||
const themeName = ref(localStorage.getItem('themeName') || 'Afterglow')
|
||||
let localTerminalBackground = localStorage.getItem('terminalBackground')
|
||||
const terminalBackground = ref(localTerminalBackground || '/terminal/01.png')
|
||||
const terminalBackground = ref(localTerminalBackground || '')
|
||||
let localTerminalFontSize = localStorage.getItem('terminalFontSize')
|
||||
const terminalFontSize = ref(Number(localTerminalFontSize) || 16)
|
||||
|
||||
|