mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🐞 fix: 修复文件路径问题
This commit is contained in:
parent
a294bcd3bb
commit
9985176750
@ -26,9 +26,12 @@ export class songRequest extends plugin {
|
||||
},
|
||||
]
|
||||
});
|
||||
|
||||
this.toolsConfig = config.getConfig("tools");
|
||||
// 加载网易云Cookie
|
||||
this.neteaseCookie = this.toolsConfig.neteaseCookie
|
||||
// 视频保存路径
|
||||
this.defaultPath = this.toolsConfig.defaultPath;
|
||||
// 加载是否自建服务器
|
||||
this.useLocalNeteaseAPI = this.toolsConfig.useLocalNeteaseAPI
|
||||
// 加载自建服务器API
|
||||
|
Loading…
x
Reference in New Issue
Block a user