mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
feat: chaite 初始化逻辑
This commit is contained in:
parent
88312cdf38
commit
fbcf4e6c08
16 changed files with 549 additions and 1269 deletions
4
utils/common.js
Normal file
4
utils/common.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import * as crypto from 'node:crypto'
|
||||
export function md5 (str) {
|
||||
return crypto.createHash('md5').update(str).digest('hex')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue