fix: 统一设置页 h1 标题样式并修复文章功能分类结构

- 统一所有 h1 标题样式:margin-top: 30px, font-size: 32px
- 修复文章功能分类缺失的 h2 标题
- 确保分类结构完整(h1  h2  h3)
This commit is contained in:
2026-01-26 14:00:12 +08:00
parent cedd977673
commit 3e2becf810

View File

@@ -76,7 +76,7 @@ function themeoptions_page(){
</p> </p>
<h1 style="color: #5e72e4;"><?php _e("Argon 主题设置", 'argon'); ?></h1> <h1 style="color: #5e72e4; margin-top: 30px; font-size: 32px;"><?php _e("Argon 主题设置", 'argon'); ?></h1>
<p><?php _e("按下", 'argon'); ?> <kbd style="font-family: sans-serif;">Ctrl + F</kbd> <?php _e("或在右侧目录中来查找设置", 'argon'); ?></p> <p><?php _e("按下", 'argon'); ?> <kbd style="font-family: sans-serif;">Ctrl + F</kbd> <?php _e("或在右侧目录中来查找设置", 'argon'); ?></p>
@@ -1984,7 +1984,7 @@ function themeoptions_page(){
<tr><td colspan="2" style="padding: 0;"> <tr><td colspan="2" style="padding: 0;">
<!-- ========== AI 功能 ========== --> <!-- ========== AI 功能 ========== -->
<h1 style="color: #5e72e4; margin-top: 50px; font-size: 32px;"><?php _e('AI 功能', 'argon');?></h1> <h1 style="color: #5e72e4; margin-top: 30px; font-size: 32px;"><?php _e('AI 功能', 'argon');?></h1>
<p style="margin-bottom: 30px; color: #666;"><?php _e('统一管理所有 AI 服务商的 API 配置,并配置 AI 文章摘要和评论审核功能', 'argon');?></p> <p style="margin-bottom: 30px; color: #666;"><?php _e('统一管理所有 AI 服务商的 API 配置,并配置 AI 文章摘要和评论审核功能', 'argon');?></p>
<!-- ========== API 管理 ========== --> <!-- ========== API 管理 ========== -->
@@ -2559,6 +2559,9 @@ function themeoptions_page(){
</td></tr> </td></tr>
<!-- ========== 12. 文章功能 ========== --> <!-- ========== 12. 文章功能 ========== -->
<tr><th class="subtitle"><h2 id="section-post-features"><?php _e('文章功能', 'argon');?></h2></th></tr>
<tr><th class="subtitle"><h3 id="subsection-footnote"><?php _e('脚注引用', 'argon');?></h3></th></tr> <tr><th class="subtitle"><h3 id="subsection-footnote"><?php _e('脚注引用', 'argon');?></h3></th></tr>
<tr> <tr>