MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / uploadZeroFile

Method uploadZeroFile

daily/ydyp.js:4144–4146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4142 this.notebookId = t?.notebooks?.[0]?.notebookId || "", this.notebookId ? (await this.api.createNote(e, this.notebookId), this.log("创建笔记完成")) : this.log("获取默认笔记本失败")
4143 }
4144 async uploadZeroFile() {
4145 await this.api.uploadSimpleFile(), this.log("上传任务文件完成")
4146 }
4147 async wxSign() {
4148 await this.sleep();
4149 const e = await this.api.getWxSignInfo();

Callers 1

doTaskMethod · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected