shopxo/application/plugins/usercentertopnotice/config.json
2019-02-14 23:23:19 +08:00

24 lines
645 B
JSON
Executable File

{
"base":{
"plugins":"usercentertopnotice",
"name":"用户中心顶部公告",
"logo":"\/static\/upload\/images\/plugins_usercentertopnotice\/2019\/02\/12\/1549671733967341.png",
"author":"Devil",
"author_url":"https:\/\/shopxo.net\/",
"version":"1.0.0",
"desc":"用户中心顶部公告,通知",
"apply_terminal":[
"pc",
"h5"
],
"apply_version":[
"1.3.0"
],
"is_home":false
},
"hook":{
"plugins_view_user_center_top":[
"app\\plugins\\usercentertopnotice\\Hook"
]
}
}