This commit is contained in:
浪子
2024-11-08 14:57:59 +08:00
parent c606be86a6
commit 4e3310f10b
24 changed files with 35 additions and 36 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ function themeInit($archive)
Helper::options()->commentsAntiSpam = false;
}
?>
<link rel='stylesheet' href='<?php echo Helper::options()->themeUrl . '/_astro/option.css'; ?>'>
<link rel='stylesheet' href='<?php echo Helper::options()->themeUrl . '/assets/css/option.css'; ?>'>
<?php
function themeConfig($form)
{