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

27 lines
721 B
JSON
Raw Normal View History

2019-04-09 17:06:19 +00:00
{
"base":{
"plugins":"petscms",
"name":"宠物管理系统",
"logo":"\/static\/upload\/images\/plugins_petscms\/2019\/04\/09\/1554814711403578.jpg",
"author":"Devil",
"author_url":"https:\/\/shopxo.net\/",
"version":"1.0.0",
"desc":"宠物管理系统",
"apply_terminal":[
"pc",
"h5"
],
"apply_version":[
"1.5.0"
],
"is_home":false
},
"hook":{
2019-04-11 10:27:50 +00:00
"plugins_service_users_center_left_menu_handle":[
"app\\plugins\\petscms\\Hook"
2019-04-18 17:15:30 +00:00
],
"plugins_service_header_navigation_top_right_handle":[
"app\\plugins\\petscms\\Hook"
2019-04-11 10:27:50 +00:00
]
2019-04-09 17:06:19 +00:00
}
}