config.json 645 字节
Newer Older
1
{
D
devil_gong 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
    "base":{
        "plugins":"usercentertopnotice",
        "name":"用户中心顶部公告",
        "logo":"\/static\/upload\/images\/plugins_usercentertopnotice\/2019\/02\/12\/1549671733967341.png",
        "author":"Devil",
        "author_url":"https:\/\/shopxo.net\/",
        "version":"1.0.0",
        "desc":"用户中心顶部公告,通知",
        "apply_terminal":[
            "pc",
            "h5"
        ],
        "apply_version":[
            "1.3.0"
        ],
        "is_home":false
18
    },
D
devil_gong 已提交
19
    "hook":{
G
gongfuxiang 已提交
20
        "plugins_view_user_center_top":[
D
devil_gong 已提交
21 22
            "app\\plugins\\usercentertopnotice\\Hook"
        ]
23 24
    }
}