()
| 4211 | } else this.log("通知权限未开启") |
| 4212 | } |
| 4213 | async uploadLargeFile() { |
| 4214 | this.config.uploadDirId ? (await this.api.uploadLargeFile(), this.log(`大文件上传任务已执行: ${this.config.uploadFilename}`)) : this.log("跳过大文件上传: 缺少 dirId") |
| 4215 | } |
| 4216 | async shareFile() { |
| 4217 | if (!this.config.shareFilename || !this.config.uploadDirId) return void this.log("跳过分享任务: 缺少 shareFilename 或 dirId"); |
| 4218 | const e = await this.api.listPersonalFiles(), |