mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-23 23:57:22 +08:00
🌈 style: 优化代码格式化
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { app, ipcMain } from 'electron';
|
||||
import Store from 'electron-store';
|
||||
|
||||
import set from '../set.json';
|
||||
|
||||
interface StoreType {
|
||||
@@ -22,7 +23,7 @@ export function initializeConfig() {
|
||||
store = new Store<StoreType>({
|
||||
name: 'config',
|
||||
defaults: {
|
||||
set: set
|
||||
set
|
||||
}
|
||||
});
|
||||
|
||||
@@ -39,4 +40,4 @@ export function initializeConfig() {
|
||||
});
|
||||
|
||||
return store;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user