refactor announce

This commit is contained in:
xiaomlove
2022-03-17 18:46:49 +08:00
parent 3ad8fabe7b
commit 6665c98169
16 changed files with 1486 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
<?php
defined('LARAVEL_START') || define('LARAVEL_START', microtime(true));
defined('NEXUS_START') || define('NEXUS_START', LARAVEL_START);
defined('IN_NEXUS') || define('IN_NEXUS', false);
require dirname(__DIR__) . '/include/constants.php';