mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 13:33:43 +08:00
chore: small changes
This commit is contained in:
@@ -79,12 +79,3 @@ export async function getWbiKeys(): Promise<{
|
||||
),
|
||||
};
|
||||
}
|
||||
|
||||
// async function main(): Promise<void> {
|
||||
// const web_keys: { img_key: string, sub_key: string } = await getWbiKeys()
|
||||
// const params: Record<string, string | number> = { foo: '114', bar: '514', baz: 1919810 }
|
||||
// const img_key: string = web_keys.img_key
|
||||
// const sub_key: string = web_keys.sub_key
|
||||
// const query: string = encWbi(params, img_key, sub_key)
|
||||
// console.log(query)
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user