mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 08:07:23 +08:00
✨ feat: 弱化下载功能 默认隐藏下载列表按钮 在设置中配置打开
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user