From a81486b0cbc04590ce6539a626e0a2a23eaafea5 Mon Sep 17 00:00:00 2001 From: Rempacious <73411987+Rempacious@users.noreply.github.com> Date: Tue, 9 Dec 2025 16:11:43 +0800 Subject: [PATCH] Add files via upload Signed-off-by: Rempacious <73411987+Rempacious@users.noreply.github.com> --- src/accounts.example.jsonc | 81 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 src/accounts.example.jsonc diff --git a/src/accounts.example.jsonc b/src/accounts.example.jsonc new file mode 100644 index 0000000..7e76d6b --- /dev/null +++ b/src/accounts.example.jsonc @@ -0,0 +1,81 @@ +{ + // See docs/accounts.md for detailed configuration guide + // Maximum 5 accounts recommended + "accounts": [ + { + "enabled": true, + "email": "", + "password": "", + "totp": "", + "recoveryEmail": "", + "phoneNumber": "", + "proxy": { + "proxyAxios": false, + "url": "", + "port": 0, + "username": "", + "password": "" + } + }, + { + "enabled": false, + "email": "", + "password": "", + "totp": "", + "recoveryEmail": "", + "phoneNumber": "", + "proxy": { + "proxyAxios": false, + "url": "", + "port": 0, + "username": "", + "password": "" + } + }, + { + "enabled": false, + "email": "", + "password": "", + "totp": "", + "recoveryEmail": "", + "phoneNumber": "", + "proxy": { + "proxyAxios": false, + "url": "", + "port": 0, + "username": "", + "password": "" + } + }, + { + "enabled": false, + "email": "", + "password": "", + "totp": "", + "recoveryEmail": "", + "phoneNumber": "", + "proxy": { + "proxyAxios": false, + "url": "", + "port": 0, + "username": "", + "password": "" + } + }, + { + "enabled": false, + "email": "", + "password": "", + "totp": "", + "recoveryEmail": "", + "phoneNumber": "", + "proxy": { + "proxyAxios": false, + "url": "", + "port": 0, + "username": "", + "password": "" + } + } + ] +} \ No newline at end of file