feat: add AnyTLS support and improve system functionality

- Add AnyTLS protocol support
- Add system logs viewing in admin panel
- Refactor client subscription delivery code
- Refactor hook mechanism
- Add plugin support for Shadowsocks protocol
- Add CSV export option for batch user creation
- Fix mobile admin login page width display issue
This commit is contained in:
xboard
2025-05-22 17:58:22 +08:00
parent 2580475f78
commit fc5a957ddd
35 changed files with 1586 additions and 640 deletions
-12
View File
@@ -1,12 +0,0 @@
<?php
namespace App\Contracts;
interface ProtocolInterface
{
public function getFlags(): array;
/**
* 处理并生成配置
*/
public function handle();
}