OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
14
app/Domain/Plugins/Contracts/PluginDisplayStrategy.php
Normal file
14
app/Domain/Plugins/Contracts/PluginDisplayStrategy.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Leantime\Domain\Plugins\Contracts;
|
||||
|
||||
interface PluginDisplayStrategy
|
||||
{
|
||||
public function getCardDesc(): string;
|
||||
|
||||
public function getPluginImageData(): string;
|
||||
|
||||
public function getMetadataLinks(): array;
|
||||
|
||||
public function getControlsView(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user