Files
blog/usr/themes/HarmonyHues/functions.php
2026-03-21 17:04:18 +08:00

18 lines
219 B
PHP
Executable File

<?php
/**
* Harmony Hues主题
*
* @author 星语社长
* @link https://biibii.cn
* @update 2024-7-6 18:00:04
*/
?>
<?php
if (! defined('__TYPECHO_ROOT_DIR__')) {
exit;
}
require_once 'core/core.php';
?>