mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 01:20:08 +08:00
17 lines
267 B
PHP
17 lines
267 B
PHP
<?php
|
|
|
|
/**
|
|
* Website: https://mudew.com/
|
|
* Author: Lkeme
|
|
* License: The MIT License
|
|
* Email: Useri@live.cn
|
|
* Updated: 2021 ~ 2022
|
|
*/
|
|
|
|
|
|
require 'vendor/autoload.php';
|
|
|
|
$app = new BiliHelper\Core\App(__DIR__);
|
|
$app->load($argv)
|
|
->inspect()
|
|
->start(); |