Skip to content

Commit fcdbccf

Browse files
author
caijin
committed
feat: config rename
1 parent 2d9bc5c commit fcdbccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/index.js renamed to projectConfig/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ const config = {
66

77
module.exports = config;
88

9-
// export default config;
9+
// export default projectConfig;

public/electron.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const { app, BrowserWindow, ipcMain, Menu, Tray, globalShortcut } = require('electron');
33
const path = require('path');
44
const api = require('../NeteaseCloudMusicApi/app');
5-
const config = require('../config');
5+
const config = require('../projectConfig');
66

77
const GLOBAL_SHORTCUT = {
88
'CommandOrControl+Alt+Right': 'nextMusic',

0 commit comments

Comments
 (0)