Skip to content

Commit 5c48840

Browse files
committed
Update functions.php
1 parent 1fc1a9f commit 5c48840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function themeConfig($form)
2121
echo 'TimePlus&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp当前版本:' . 'v' . $selfmessage . "&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp" . '发现新版本:' . '<span style="color:red;"><b>v ' . $message . '</b></span>&nbsp&nbsp请更新,<a href="https://github.com/zhheo/TimePlus/releases" target="_blank">新版本特性</a>';
2222
}
2323
//首页名称
24-
$IndexName = new Typecho_Widget_Helper_Form_Element_Text('IndexName', NULL, '时光相册', _t('首页的名称(必填)'), _t('输入你的首页显示的名称'));
24+
$IndexName = new Typecho_Widget_Helper_Form_Element_Text('IndexName', NULL, '洪墨时光', _t('首页的名称(必填)'), _t('输入你的首页显示的名称'));
2525
$form->addInput($IndexName);
2626
//网站图标
2727
$IconUrl = new Typecho_Widget_Helper_Form_Element_Text('IconUrl', NULL, 'https://bu.dusays.com/2024/04/23/662770aaee40e.webp', _t('网站图标地址'), _t('输入网站的图标(建议200px宽度png)'));

0 commit comments

Comments
 (0)