Skip to content

Commit

Permalink
Update example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
paotenpian008 authored Dec 24, 2024
1 parent 48339e0 commit 386ebee
Showing 1 changed file with 78 additions and 80 deletions.
158 changes: 78 additions & 80 deletions user/example.json
Original file line number Diff line number Diff line change
@@ -1,87 +1,85 @@
{
"config": {
"user": {
"phone": "工学云手机号",
"password": "工学云密码"
},
"clockIn": {
"mode": "daily",
"location": {
"address": "四川省 · 成都市 · 高新区 · 在科创十一街附近",
"latitude": "30.559922",
"longitude": "104.093023",
"province": "四川省",
"city": "成都市",
"area": "高新区"
"config": {
"user": {
"phone": "17648244394",
"password": "Guoqiang0526.."
},
"imageCount": 0,
"description": [
"今天天气不错",
"今天天气很好",
"今天天气不太好"
],
"specialClockIn": false,
"customDays": [
1,
3,
5
]
},
"reportSettings": {
"daily": {
"enabled": false,
"imageCount": 0
},
"weekly": {
"enabled": true,
"imageCount": 0,
"submitTime": 4
},
"monthly": {
"enabled": false,
"clockIn": {
"mode": "daily",
"location": {
"address": "内蒙古自治区 · 呼和浩特市 · 回民区 · 金凯达汽车服务有限责任公司",
"latitude": "40.817647",
"longitude": "111.606467",
"province": "内蒙古自治区",
"city": "呼和浩特市",
"area": "回民区"
},
"imageCount": 0,
"submitTime": 29
}
},
"ai": {
"model": "gpt-4o-mini",
"apikey": "sk-osdhgosdipghpsdgjiosfvinoips",
"apiUrl": "https://api.openai.com/"
},
"pushNotifications": [
{
"type": "Server",
"enabled": true,
"sendKey": "your_key"
},
{
"type": "PushPlus",
"enabled": true,
"token": "your_token"
"description": [

],
"specialClockIn": false,
"customDays": [
1,
3,
5
]
},
{
"type": "AnPush",
"enabled": true,
"token": "your_token",
"channel": "通道ID,多个用英文逗号隔开",
"to": "根据官方文档获取"
"reportSettings": {
"daily": {
"enabled": false,
"imageCount": 0
},
"weekly": {
"enabled": true,
"imageCount": 0,
"submitTime": 4
},
"monthly": {
"enabled": false,
"imageCount": 0,
"submitTime": 29
}
},
{
"type": "WxPusher",
"enabled": true,
"spt": "your_spt"
"ai": {
"model": "gpt-4o-mini",
"apikey": "sk-osdhgosdipghpsdgjiosfvinoips",
"apiUrl": "https://api.openai.com/"
},
{
"type": "SMTP",
"enabled": true,
"host": "smtp服务地址",
"port": 465,
"username": "发件人邮箱",
"password": "smtp密码",
"from": "发件人名称",
"to": "收件人邮箱"
}
],
"device": "{brand: TA J20, systemVersion: 17, Platform: Android, isPhysicalDevice: true, incremental: K23V10A}"
}
"pushNotifications": [
{
"type": "Server",
"enabled": false,
"sendKey": "your_key"
},
{
"type": "PushPlus",
"enabled": false,
"token": "your_token"
},
{
"type": "AnPush",
"enabled": false,
"token": "your_token",
"channel": "通道ID,多个用英文逗号隔开",
"to": "根据官方文档获取"
},
{
"type": "WxPusher",
"enabled": false,
"spt": "your_spt"
},
{
"type": "SMTP",
"enabled": true,
"host": "smtp.qq.com",
"port": 465,
"username": "[email protected]",
"password": "gwjebjdwjbegbbcc",
"from": "打卡程序",
"to": "[email protected]"
}
],
"device": "{brand: TA J20, systemVersion: 17, Platform: Android, isPhysicalDevice: true, incremental: K23V10A}"
}
}

0 comments on commit 386ebee

Please sign in to comment.