This commit is contained in:
snltty
2025-03-08 01:56:41 +08:00
parent c6eeab74b9
commit 0d1e62f07d
24 changed files with 2247 additions and 213 deletions

View File

@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
use App\Consts\Plugin;
return [
Plugin::NAME => 'Linker',
Plugin::AUTHOR => 'snltty',
Plugin::WEB_SITE => '#',
Plugin::DESCRIPTION => '下单成功后加密卡密',
Plugin::VERSION => '1.0.0'
];