Files
shopxo/application/plugins/footercustomerservice/config.json
2019-04-26 15:22:08 +08:00

27 lines
757 B
JSON
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"base":{
"plugins":"footercustomerservice",
"name":"底部客户服务介绍",
"logo":"\/static\/upload\/images\/plugins_footercustomerservice\/2019\/04\/23\/1555984179784604.jpg",
"author":"Devil",
"author_url":"https:\/\/shopxo.net\/",
"version":"1.0.0",
"desc":"底部客户服务介绍最多可添加4项",
"apply_terminal":[
"pc",
"h5"
],
"apply_version":[
"1.5.0"
],
"is_home":false
},
"hook":{
"plugins_css":[
"app\\plugins\\footercustomerservice\\Hook"
],
"plugins_view_common_footer_top":[
"app\\plugins\\footercustomerservice\\Hook"
]
}
}