addons.php 566 字节
<?php

return [
    'autoload' => false,
    'hooks' => [
        'do_upgrade' => [
            'tablemake',
        ],
        'config_init' => [
            'third',
            'ueditor',
        ],
    ],
    'route' => [
        '/third$' => 'third/index/index',
        '/third/connect/[:platform]' => 'third/index/connect',
        '/third/callback/[:platform]' => 'third/index/callback',
        '/third/bind/[:platform]' => 'third/index/bind',
        '/third/unbind/[:platform]' => 'third/index/unbind',
    ],
    'priority' => [],
    'domain' => '',
];