first commit
This commit is contained in:
18
usr/themes/HarmonyHues/functions.php
Executable file
18
usr/themes/HarmonyHues/functions.php
Executable file
@@ -0,0 +1,18 @@
|
||||
<?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';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user