Create perplexityConfig.mjs

This commit is contained in:
被遗忘的记忆
2024-10-21 00:36:58 +08:00
committed by GitHub
parent b8490f948e
commit e221844862
+8
View File
@@ -0,0 +1,8 @@
export const config = {
sessions: [
{
cookie: `...`
}
// 可以添加更多cookie
]
};