mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-07-08 18:37:36 +08:00
6 lines
109 B
PHP
6 lines
109 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'site_down_for_maintenance' => '站点关闭维护中,请稍后再访问...谢谢',
|
||
|
|
];
|