Skip to content

Commit

Permalink
add configs.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NihilityT committed Sep 25, 2022
1 parent b7e15ed commit 8589c88
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions configs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": "0.1.0",
"configs": {
"com.tencent.mobileqq": [
{
"metaInfo": {
"notifyId": "^0$",
"description": "正在呼叫你"
},
"operation": "open"
}
],
"com.jingyao.easybike": [
{
"metaInfo": {
"title": "车主",
"extra": {
"channel_id": null
}
},
"operation": "notify"
},
{
"metaInfo": {
"description": "车主",
"extra": {
"channel_id": null
}
},
"operation": "notify"
},
{
"metaInfo": {
"extra": {
"channel_id": null
}
},
"operation": "ignore"
}
]
}
}

0 comments on commit 8589c88

Please sign in to comment.