14 lines
320 B
PHP
14 lines
320 B
PHP
<?php
|
|
return [
|
|
[
|
|
'name' => '修复推送域名',
|
|
'url' => 'DownstreamDomainFix://AdminIndex/index',
|
|
'custom' => 0,
|
|
'lang' => [
|
|
'chinese' => '修复推送域名',
|
|
'chinese_tw' => '修復推送域名',
|
|
'english' => 'Fix Domain',
|
|
],
|
|
],
|
|
];
|