forked from Yuanpei-Intelligence/YPPF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal_json_template.json
More file actions
114 lines (114 loc) · 4.25 KB
/
Copy pathlocal_json_template.json
File metadata and controls
114 lines (114 loc) · 4.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"hash": {
"base_hasher": "debug_hasher_salt",
"wechat": "debug_hasher_salt",
"email": "debug_hasher_salt"
},
"database": {
"NAME": "$DATABASE$",
"USER": "$USER$",
"PASSWORD": "$PASSWORD$"
},
"url": {
"base_url": "http://$BASEMENT_IP$/",
"login_url": "http://$THIS_IP$",
"email_url": "http://$OUTER_IP$/email/",
"wechat_url": "http://$OUTER_IP$"
},
"msg": {
"404": "用户不存在,请在元培学院官方公众号后台留言注册!",
"406": "密码错误!请重新输入!"
},
"use_scheduler": false,
"system_log": "$LOG_NAME$",
"debug_stuids": [
"$STUID1$",
"$STUID2$"
],
"underground": {
"system_log": "Appoint_Sys",
"token":{
"display": "$DISPLAY_TOKEN$"
}
},
"weather_api_key": "$API_KEY$",
"default_weather": {
"modify_time": "2021-09-01 10:59:07.389086",
"description": "\u6674",
"temp": "26",
"temp_feel": "26",
"icon": "01d"
},
"thresholds": {
"注释": "下面这些都可以不写",
"activity_point_per_hour": 1,
"activity_point": 6,
"activity_point_invalid_hour": 12,
"activity_point_invalid_titles": [
"选课",
"补选"
],
"wechat_send_number": "500",
"wechat_send_batch": "500"
},
"config": {
"注释": "每个文件的设置以文件名命名即可",
"wechat_send": {
"注释": "这些也可以不写,receivers是接收范围,一个str构成的列表或者null",
"注释2": "可以防止给开发组之外的同学发,null是不限制接受范围而不是全限制",
"receivers": [
"$STUID1$",
"$STUID2$"
],
"blacklist": [],
"use_scheduler": true,
"unblock_apps": [
"promote"
],
"app2url": {
"default": "",
"message": "",
"promote": ""
}
}
},
"max_inform_rank": {
"Person": 100,
"Organization": 10
},
"semester_data": {
"year": "2021",
"semester": "Spring",
"semester_start": "2022-02-21 00:00:00"
},
"help_message": {
"个人主页": "将其在微信中打开,就可以在聊天/朋友圈中分享你自己啦",
"小组主页": "将其在微信中打开,就可以在聊天/朋友圈中分享你自己啦",
"近期要闻": "",
"通知信箱": "信箱会自动收集和您相关的信息,包括各类通知和回执~常来看看吧",
"我的元气值person": "元气值是<strong>Yuanpei Profile</strong>的意愿点系统。个人参与活动可能需要使用元气值,元气值额度会每月更新,你也可以参与志愿活动获得元气!",
"我的元气值organization": "元气值是<strong>Yuanpei Profile</strong>的意愿点系统。活动的发起团队需要元气值帮助活动报销~",
"我的订阅": "这里展示了你订阅的组织。在你订阅的组织发布活动信息时,你会在企业微信收到活动推送",
"信息与隐私": "直接在框中修改,点击下方的提交按钮就可以修改信息啦",
"修改密码": "",
"信息发送中心": "信息发送中心为团体提供了向订阅用户或者团体成员发送消息到通知信箱和企业微信的功能",
"活动信息": "将其在微信中打开,就可以在聊天/朋友圈中分享你自己啦"
},
"course": {
"type_name": "书院课程",
"audit_teacher": "YPadmin",
"valid_hours": 8,
"yx_election_start":"2022-02-16 10:00:00",
"yx_election_end":"2022-02-16 12:00:00",
"btx_election_start":"2022-02-16 12:00:00",
"btx_election_end":"2022-02-16 14:00:00",
"publish_time":"2022-02-20 20:35:00"
},
"audit_teacher": {
"Funds": "YPadmin"
},
"test_info": {
"stu_name": "YPadmin"
},
"YQPoint_source_oname": "元培元气值中心"
}