mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
feat: chaite 初始化逻辑
This commit is contained in:
parent
88312cdf38
commit
fbcf4e6c08
16 changed files with 549 additions and 1269 deletions
|
|
@ -137,7 +137,7 @@ export class LowDBCollection {
|
|||
/**
|
||||
* 创建新文档
|
||||
* @param {Object} doc 要插入的文档
|
||||
* @returns {Promise<Object>} 插入的文档(带ID)
|
||||
* @returns {Promise<Object & {id: string}>} 插入的文档(带ID)
|
||||
*/
|
||||
async insert (doc) {
|
||||
// 生成唯一ID,如果没有提供
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue