feat: 弱化下载功能 默认隐藏下载列表按钮 在设置中配置打开

This commit is contained in:
alger
2025-01-26 00:20:08 +08:00
parent c6ca63ee11
commit 1493ab7317
6 changed files with 54 additions and 12 deletions
-3
View File
@@ -1,12 +1,9 @@
import axios, { InternalAxiosRequestConfig } from 'axios';
import { createDiscreteApi } from 'naive-ui';
import store from '@/store';
import { isElectron } from '.';
const { notification } = createDiscreteApi(['notification']);
let setData: any = null;
const getSetData = () => {
if (window.electron) {