mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 01:20:08 +08:00
[refactor(*)]: prepare
This commit is contained in:
parent
b97ca29d5a
commit
8a9148726b
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2021 Lkeme
|
Copyright (c) 2022 Lkeme
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@ -37,6 +37,7 @@
|
|||||||
"psr-4": {
|
"psr-4": {
|
||||||
"BiliHelper\\Core\\": "src/core",
|
"BiliHelper\\Core\\": "src/core",
|
||||||
"BiliHelper\\Plugin\\": "src/plugin",
|
"BiliHelper\\Plugin\\": "src/plugin",
|
||||||
|
"BiliHelper\\Plugins\\": "src/plugins",
|
||||||
"BiliHelper\\Util\\": "src/util",
|
"BiliHelper\\Util\\": "src/util",
|
||||||
"BiliHelper\\Tool\\": "src/tool",
|
"BiliHelper\\Tool\\": "src/tool",
|
||||||
"BiliHelper\\Script\\": "src/script",
|
"BiliHelper\\Script\\": "src/script",
|
||||||
|
|||||||
16
index.php
16
index.php
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Core;
|
namespace BiliHelper\Core;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Core;
|
namespace BiliHelper\Core;
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
* Source: https://github.com/fzaninotto/Faker/
|
* Source: https://github.com/fzaninotto/Faker/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Core;
|
namespace BiliHelper\Core;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Core;
|
namespace BiliHelper\Core;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Core;
|
namespace BiliHelper\Core;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Core;
|
namespace BiliHelper\Core;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use BiliHelper\Core\Cache;
|
use BiliHelper\Core\Cache;
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
* Resource: https://github.com/XcantloadX
|
* Resource: https://github.com/XcantloadX
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Core;
|
namespace BiliHelper\Core;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Core;
|
namespace BiliHelper\Core;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,10 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Updated: 2021 ~ 2022
|
* Email: Useri@live.cn
|
||||||
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Plugin;
|
namespace BiliHelper\Plugin;
|
||||||
|
|||||||
120
src/plugins/BasePlugin.php
Normal file
120
src/plugins/BasePlugin.php
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
|
* Website: https://mudew.com/
|
||||||
|
* Author: Lkeme
|
||||||
|
* License: The MIT License
|
||||||
|
* Email: Useri@live.cn
|
||||||
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
namespace BiliHelper\Plugins;
|
||||||
|
|
||||||
|
abstract class BasePlugin
|
||||||
|
{
|
||||||
|
private object $_view;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use 视图
|
||||||
|
* @return object
|
||||||
|
*/
|
||||||
|
public function getView(): object
|
||||||
|
{
|
||||||
|
return $this->_view;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use 视图
|
||||||
|
* @param mixed $view
|
||||||
|
*/
|
||||||
|
public function setView(mixed $view): void
|
||||||
|
{
|
||||||
|
$this->_view = $view;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use 渲染视图
|
||||||
|
* @param $view
|
||||||
|
* @param array $params
|
||||||
|
*/
|
||||||
|
public function render($view, array $params = [])
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use 渲染视图文件
|
||||||
|
* @param $file
|
||||||
|
* @param array $params
|
||||||
|
*/
|
||||||
|
public function renderFile($file, array $params = [])
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use 视图路径
|
||||||
|
*/
|
||||||
|
public function getViewPath()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use 安装
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function install(): bool
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use 卸载
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function uninstall(): bool
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use 开启
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function open(): bool
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use 关闭
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function close(): bool
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use 更新
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function upgrade(): bool
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
43
src/plugins/Example/Example.php
Normal file
43
src/plugins/Example/Example.php
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
|
* Website: https://mudew.com/
|
||||||
|
* Author: Lkeme
|
||||||
|
* License: The MIT License
|
||||||
|
* Email: Useri@live.cn
|
||||||
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace BiliHelper\Plugins\Example;
|
||||||
|
|
||||||
|
use BiliHelper\Plugins\Plugins;
|
||||||
|
|
||||||
|
class Example
|
||||||
|
{
|
||||||
|
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
$Manager = Plugins::getInstance();
|
||||||
|
$Manager->register('Example', $this, 'example');
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public function example($example): string
|
||||||
|
{
|
||||||
|
return "插件" . $example;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
169
src/plugins/Plugins.php
Normal file
169
src/plugins/Plugins.php
Normal file
@ -0,0 +1,169 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Website: https://mudew.com/
|
||||||
|
* Author: Lkeme
|
||||||
|
* License: The MIT License
|
||||||
|
* Email: Useri@live.cn
|
||||||
|
* Updated: 2022 ~ 2023
|
||||||
|
* Source: https://learnku.com/articles/58105
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace BiliHelper\Plugins;
|
||||||
|
|
||||||
|
class Plugins
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @use 监听插件的启用/关闭|UUID下标
|
||||||
|
* @access private
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
private array $_staff = [];
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use 创建静态私有的变量保存该类对象
|
||||||
|
* @var \BiliHelper\Plugins\Plugins
|
||||||
|
*/
|
||||||
|
private static Plugins $instance;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use 构造函数|防止使用new直接创建对象
|
||||||
|
* @access public
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
private function __construct()
|
||||||
|
{
|
||||||
|
$this->detector();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use 防止使用clone克隆对象
|
||||||
|
*/
|
||||||
|
private function __clone()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use Singleton
|
||||||
|
* @param mixed ...$args
|
||||||
|
* @return \BiliHelper\Plugins\Plugins
|
||||||
|
*/
|
||||||
|
public static function getInstance(...$args): Plugins
|
||||||
|
{
|
||||||
|
// 判断$instance是否是Singleton的对象,不是则创建
|
||||||
|
if (!self::$instance instanceof self) {
|
||||||
|
self::$instance = new self(...$args);
|
||||||
|
}
|
||||||
|
return self::$instance;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @use 初始化所有插件类
|
||||||
|
* @access public
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function detector()
|
||||||
|
{
|
||||||
|
//主要功能为将插件需要执行功能放入 $_staff
|
||||||
|
$plugins = $this->get_active_plugins();
|
||||||
|
|
||||||
|
if ($plugins) {
|
||||||
|
foreach ($plugins as $plugin) {
|
||||||
|
// 这里将所有插件践行初始化
|
||||||
|
// 路径请自己注意
|
||||||
|
if (@file_exists($plugin['path'])) {
|
||||||
|
include_once($plugin['path']);
|
||||||
|
// 此时设定 文件夹名称 文件名称 类名 是统一的 如果想设定不统一请自己在get_active_plugins()内进行实现
|
||||||
|
$class = $plugin['name'];
|
||||||
|
if (class_exists($class)) {
|
||||||
|
// 初始化所有插件类
|
||||||
|
new $class($this);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 这里是在插件中使用的方法 用来注册插件
|
||||||
|
*
|
||||||
|
* @param string $hook
|
||||||
|
* @param object $class_name
|
||||||
|
* @param string $method
|
||||||
|
*/
|
||||||
|
public function register(string $hook, object &$class_name, string $method)
|
||||||
|
{
|
||||||
|
// 获取类名和方法名链接起来做下标
|
||||||
|
$func_class = get_class($class_name) . '->' . $method;
|
||||||
|
// 将类和方法放入监听数组中 以$func_class做下标
|
||||||
|
$this->_staff[$hook][$func_class] = array(&$class_name, $method);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 这个是全局使用的触发钩子动作方法
|
||||||
|
*
|
||||||
|
* @param string $hook
|
||||||
|
* @param string $data
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function trigger(string $hook, string $data = ''): string
|
||||||
|
{
|
||||||
|
// 首先需要判断一下$hook 存不存在
|
||||||
|
|
||||||
|
if (isset($this->_staff[$hook]) && is_array($this->_staff[$hook]) && count($this->_staff[$hook]) > 0) {
|
||||||
|
$plugin_func_result = '';
|
||||||
|
// 如果存在定义 $plugin_func_result
|
||||||
|
foreach ($this->_staff[$hook] as $staff) {
|
||||||
|
// 如果只是记录 请不要返回
|
||||||
|
$plugin_func_result = '';
|
||||||
|
$class = &$staff[0]; // 引用过来的类
|
||||||
|
$method = $staff[1]; // 类下面的方法
|
||||||
|
if (method_exists($class, $method)) {
|
||||||
|
$func_result = $class->$method($data);
|
||||||
|
if (is_numeric($func_result)) {
|
||||||
|
// 这里判断返回值是不是字符串,如果不是将不进行返回到页面上
|
||||||
|
$plugin_func_result .= $func_result;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return $plugin_func_result ?? '';
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取插件信息
|
||||||
|
*/
|
||||||
|
public function get_active_plugins(): array
|
||||||
|
{
|
||||||
|
// 既假定了插件在根目录的/plugin
|
||||||
|
// 我们再次假定插件的入口和插件文件夹的名字是一样的
|
||||||
|
// 既假定了插件在根目录的/plugin
|
||||||
|
// 注意:这个执行文件我放在了根目录 以下路径请根据实际情况获取
|
||||||
|
|
||||||
|
$plugin_dir_path = '.' . DIRECTORY_SEPARATOR . 'plugin' . DIRECTORY_SEPARATOR;
|
||||||
|
|
||||||
|
$plugin_dir_name_arr = scandir($plugin_dir_path);
|
||||||
|
|
||||||
|
$plugins = array();
|
||||||
|
foreach ($plugin_dir_name_arr as $k => $v) {
|
||||||
|
if ($v == "." || $v == "..") {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (is_dir($plugin_dir_path . $v)) {
|
||||||
|
$path = $plugin_dir_path . $v . DIRECTORY_SEPARATOR . $v . '.php';
|
||||||
|
$plugins[] = ['name' => $v, 'path' => $path];
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
return $plugins;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@ -1,10 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Updated: 2021 ~ 2022
|
* Email: Useri@live.cn
|
||||||
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Script;
|
namespace BiliHelper\Script;
|
||||||
|
|||||||
@ -1,10 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Updated: 2021 ~ 2022
|
* Email: Useri@live.cn
|
||||||
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Script;
|
namespace BiliHelper\Script;
|
||||||
|
|||||||
@ -1,10 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Updated: 2021 ~ 2022
|
* Email: Useri@live.cn
|
||||||
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Script;
|
namespace BiliHelper\Script;
|
||||||
|
|||||||
@ -1,10 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Updated: 2021 ~ 2022
|
* Email: Useri@live.cn
|
||||||
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Script;
|
namespace BiliHelper\Script;
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
* Source: EasySwoole\Utility\ArrayToTextTable;
|
* Source: EasySwoole\Utility\ArrayToTextTable;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
* Source: https://github.com/anhao/bv2av/
|
* Source: https://github.com/anhao/bv2av/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Tool;
|
namespace BiliHelper\Tool;
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
* Source: https://github.com/anhao/bv2av/
|
* Source: https://github.com/anhao/bv2av/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
* Source: https://github.com/fzaninotto/Faker/
|
* Source: https://github.com/fzaninotto/Faker/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
* Source: https://github.com/anhao/bv2av/
|
* Source: https://github.com/anhao/bv2av/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
* Source: https://github.com/anhao/bv2av/
|
* Source: https://github.com/anhao/bv2av/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
* Source: https://github.com/anhao/bv2av/
|
* Source: https://github.com/anhao/bv2av/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
* Source: https://github.com/Deemon47/user-agent-generator/
|
* Source: https://github.com/Deemon47/user-agent-generator/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Util;
|
namespace BiliHelper\Util;
|
||||||
|
|||||||
@ -2,11 +2,25 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Util;
|
namespace BiliHelper\Util;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Util;
|
namespace BiliHelper\Util;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Util;
|
namespace BiliHelper\Util;
|
||||||
|
|||||||
@ -1,11 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
*
|
||||||
|
* _____ _ _ _ _ _ _____ _ _____ _____ _____
|
||||||
|
* | _ \ | | | | | | | | | | | ____| | | | _ \ | ____| | _ \
|
||||||
|
* | |_| | | | | | | | | |_| | | |__ | | | |_| | | |__ | |_| |
|
||||||
|
* | _ { | | | | | | | _ | | __| | | | ___/ | __| | _ /
|
||||||
|
* | |_| | | | | |___ | | | | | | | |___ | |___ | | | |___ | | \ \
|
||||||
|
* |_____/ |_| |_____| |_| |_| |_| |_____| |_____| |_| |_____| |_| \_\
|
||||||
|
*
|
||||||
* Website: https://mudew.com/
|
* Website: https://mudew.com/
|
||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
|
*
|
||||||
|
* & /l、
|
||||||
|
* (゚、 。 7
|
||||||
|
* \、゙ ~ヽ *
|
||||||
|
* じしf_, )ノ
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BiliHelper\Util;
|
namespace BiliHelper\Util;
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
* Author: Lkeme
|
* Author: Lkeme
|
||||||
* License: The MIT License
|
* License: The MIT License
|
||||||
* Email: Useri@live.cn
|
* Email: Useri@live.cn
|
||||||
* Updated: 2021 ~ 2022
|
* Updated: 2022 ~ 2023
|
||||||
* Source: https://github.com/NeverBehave/BilibiliHelper
|
* Source: https://github.com/NeverBehave/BilibiliHelper
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user