update readme

This commit is contained in:
Archeb
2024-06-22 01:51:03 +08:00
parent c059516a57
commit a917c0cc04
3 changed files with 10 additions and 10 deletions
+8 -8
View File
@@ -1,8 +1,8 @@
module.exports = {
"sessions": [
{
"cookie": "your_cookie",
"user_agent": "user_agent"
}
]
}
export const config = {
"sessions": [
{
"cookie": "...",
"user_agent": "...",
}
]
}