完成前端改造
1、下一步实现各个分类下载视频中重复视频去除-可配置是否去重
This commit is contained in:
@@ -4,7 +4,7 @@ import { ref } from 'vue';
|
||||
export type Navigation = 'side' | 'head' | 'mix';
|
||||
|
||||
export const useSettingStore = defineStore('setting', () => {
|
||||
const navigation = ref<Navigation>('head');
|
||||
const navigation = ref<Navigation>('side');
|
||||
const useTabs = ref<boolean>(true);
|
||||
const theme = ref('header-night');
|
||||
const contentClass = ref('common');
|
||||
|
||||
Reference in New Issue
Block a user