File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 "musicSignUrl" : " https://llob.linyuchen.net/sign/music" ,
3535 "msgCacheExpire" : 120 ,
3636 "onlyLocalhost" : true ,
37- "ffmpeg" : " "
37+ "ffmpeg" : " " ,
38+ "receiveOfflineMsg" : false
3839}
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ const defaultConfig: Config = {
9292 token: ' ' ,
9393 port: 3080 ,
9494 },
95+ receiveOfflineMsg: false
9596}
9697
9798const form = ref (JSON .parse (JSON .stringify (defaultConfig )))
Original file line number Diff line number Diff line change 4646 <el-input-number v-model =" form.msgCacheExpire" :min =" 1" :max =" 86400" />
4747 </el-form-item >
4848 <el-row :gutter =" 16" >
49+ <el-col :span =" 12" >
50+ <el-form-item label =" 接收离线消息" >
51+ <el-switch v-model =" form.receiveOfflineMsg" />
52+ <el-tooltip content =" 开启后将接收离线消息" placement =" top" >
53+ <el-icon class =" info-icon" >
54+ <QuestionFilled />
55+ </el-icon >
56+ </el-tooltip >
57+ </el-form-item >
58+ </el-col >
4959 <el-col :span =" 12" >
5060 <el-form-item label =" 只监听本地地址" >
5161 <el-switch v-model =" form.onlyLocalhost" />
5666 </el-tooltip >
5767 </el-form-item >
5868 </el-col >
69+ </el-row >
70+ <el-row :gutter =" 16" >
5971 <el-col :span =" 12" >
6072 <el-form-item label =" webui 密码" >
6173 <el-input v-model =" form.webui.token"
You can’t perform that action at this time.
0 commit comments