🌈 style: 代码清洁

This commit is contained in:
zhiyu1998 2023-02-27 16:47:13 +08:00
parent 483327f979
commit 4c27f46571

View File

@ -71,8 +71,6 @@ export class tools extends plugin {
this.toolsConfig = config.getConfig("tools");
// 视频保存路径
this.defaultPath = this.toolsConfig.defaultPath;
// redis的key
this.redisKey = `Yz:tools:cache:${ this.group_id }`;
// 代理接口
// TODO 填写服务器的内网ID和clash的端口
this.proxyAddr = this.toolsConfig.proxyAddr;