mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: todo
This commit is contained in:
parent
54806ee6fb
commit
d20974f25a
2 changed files with 22 additions and 15 deletions
|
|
@ -33,6 +33,11 @@ export function createCRUDCommandRules (cmdPrefix, name, variable, detail = true
|
|||
reg: cmdPrefix + `${name}详情$`,
|
||||
fnc: `detail${variable}`
|
||||
})
|
||||
}
|
||||
// todo
|
||||
// 定义对应的函数
|
||||
this[`list${variable}`] = async function (e) {
|
||||
|
||||
}
|
||||
return rules
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue