config.json 813 字节
Newer Older
D
应用  
devil_gong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
{
    "base":{
        "plugins":"share",
        "name":"分享",
        "logo":"\/static\/upload\/images\/plugins_share\/2019\/04\/19\/1555667271928933.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_css":[
            "app\\plugins\\share\\Hook"
        ],
        "plugins_js":[
            "app\\plugins\\share\\Hook"
        ],
        "plugins_view_common_bottom":[
            "app\\plugins\\share\\Hook"
G
gongfuxiang 已提交
28 29 30
        ],
        "plugins_view_goods_detail_photo_bottom":[
            "app\\plugins\\share\\Hook"
D
应用  
devil_gong 已提交
31 32 33
        ]
    }
}