mirror of
				https://github.com/snltty/linker.git
				synced 2025-10-31 04:26:45 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			247 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			247 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?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'
 | |
| ]; | 
