mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 03:57:27 +08:00
feat: new xboard
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts;
|
||||
|
||||
interface ProtocolInterface
|
||||
{
|
||||
public function getFlags(): array;
|
||||
/**
|
||||
* 处理并生成配置
|
||||
*/
|
||||
public function handle();
|
||||
}
|
||||
Reference in New Issue
Block a user