rename config example.

This commit is contained in:
Archeb
2024-06-22 15:27:05 +08:00
parent cb8414d646
commit 0676b1d8db
+8
View File
@@ -0,0 +1,8 @@
export const config = {
"sessions": [
{
"cookie": "...",
"user_agent": "...",
}
]
}