mirror of
https://github.com/snltty/linker.git
synced 2025-10-30 12:06:49 +08:00
cdkey
This commit is contained in:
12
readme/Demo/Config/Info.php
Normal file
12
readme/Demo/Config/Info.php
Normal 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'
|
||||
];
|
||||
Reference in New Issue
Block a user