shopxo/application/plugins/petscms/config.json
2019-04-19 01:15:30 +08:00

27 lines
721 B
JSON
Executable File

{
"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":{
"plugins_service_users_center_left_menu_handle":[
"app\\plugins\\petscms\\Hook"
],
"plugins_service_header_navigation_top_right_handle":[
"app\\plugins\\petscms\\Hook"
]
}
}