From 7b8736dcb178c106609eca3634e3f6edce3dad4c Mon Sep 17 00:00:00 2001 From: wojdospa <163330475+wojdospa@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:34:07 +0800 Subject: [PATCH] Update example.json --- user/example.json | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/user/example.json b/user/example.json index 1938335..f60f495 100644 --- a/user/example.json +++ b/user/example.json @@ -1,32 +1,30 @@ { "config": { "user": { - "phone": "15171520146", - "password": "A2779683802zc" + "phone": "工学云手机号", + "password": "工学云密码" }, "clockIn": { "mode": "daily", "location": { - "address": "湖北省 · 天门市 · 湖北妙妙食品有限公司附近", - "latitude": "30.595686", - "longitude": "113.188112", - "province": "湖北省", - "city": "天门市", - "area": "" + "address": "四川省 · 成都市 · 高新区 · 在科创十一街附近", + "latitude": "30.559922", + "longitude": "104.093023", + "province": "四川省", + "city": "成都市", + "area": "高新区" }, "imageCount": 0, "description": [ - + "今天天气不错", + "今天天气很好", + "今天天气不太好" ], "specialClockIn": false, "customDays": [ 1, - 2, 3, - 4, - 5, - 6, - 7 + 5 ] }, "reportSettings": { @@ -35,7 +33,7 @@ "imageCount": 0 }, "weekly": { - "enabled": false, + "enabled": true, "imageCount": 0, "submitTime": 4 }, @@ -54,28 +52,28 @@ { "type": "Server", "enabled": true, - "sendKey": "SCT265702TxrpDxyjHSLEL664FSlhtfUZo" + "sendKey": "your_key" }, { "type": "PushPlus", - "enabled": false, + "enabled": true, "token": "your_token" }, { "type": "AnPush", - "enabled": false, + "enabled": true, "token": "your_token", "channel": "通道ID,多个用英文逗号隔开", "to": "根据官方文档获取" }, { "type": "WxPusher", - "enabled": false, + "enabled": true, "spt": "your_spt" }, { "type": "SMTP", - "enabled": false, + "enabled": true, "host": "smtp服务地址", "port": 465, "username": "发件人邮箱",