vr-shopxo-source/application/plugins/answers/config.json

24 lines
662 B
JSON
Raw Normal View History

2019-03-06 10:34:55 +00:00
{
"base":{
"plugins":"answers",
2019-03-11 09:57:15 +00:00
"name":"问答增强版",
2019-03-06 10:34:55 +00:00
"logo":"\/static\/upload\/images\/plugins_answers\/2019\/03\/06\/1551853529634743.png",
"author":"Devil",
"author_url":"https:\/\/shopxo.net\/",
"version":"1.0.0",
2019-03-11 09:57:15 +00:00
"desc":"问答系统增强、独立首页、详情、搜索、可配置推荐问答及商品",
2019-03-06 10:34:55 +00:00
"apply_terminal":[
"pc",
"h5"
],
"apply_version":[
"1.4.0"
],
"is_home":true
},
"hook":{
2019-03-11 09:57:15 +00:00
"plugins_service_navigation_header_handle":[
"app\\plugins\\answers\\Hook"
]
2019-03-06 10:34:55 +00:00
}
}