From e2218448624a46e27f3dcf1444326650807db28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=AB=E9=81=97=E5=BF=98=E7=9A=84=E8=AE=B0=E5=BF=86?= <32097237+YIWANG-sketch@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:36:58 +0800 Subject: [PATCH] Create perplexityConfig.mjs --- perplexityConfig.mjs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 perplexityConfig.mjs diff --git a/perplexityConfig.mjs b/perplexityConfig.mjs new file mode 100644 index 0000000..0e20c16 --- /dev/null +++ b/perplexityConfig.mjs @@ -0,0 +1,8 @@ +export const config = { + sessions: [ + { + cookie: `...` + } + // 可以添加更多cookie + ] +};