feat: default video thumb

This commit is contained in:
linyuchen 2024-03-19 18:58:44 +08:00
parent 917b55c1c3
commit 3a443f4ebf
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/// <reference path="../global.d.ts" />
import { CheckVersion } from '../common/types';
import {SettingButton, SettingItem, SettingList, SettingSwitch} from './components';
import {SettingButton, SettingItem, SettingList, SettingSwitch, SettingSelect} from './components';
import StyleRaw from './style.css?raw';
// 打开设置界面时触发