We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc1a9f commit 5c48840Copy full SHA for 5c48840
functions.php
@@ -21,7 +21,7 @@ function themeConfig($form)
21
echo 'TimePlus      当前版本:' . 'v' . $selfmessage . "      " . '发现新版本:' . '<span style="color:red;"><b>v ' . $message . '</b></span>  请更新,<a href="https://github.com/zhheo/TimePlus/releases" target="_blank">新版本特性</a>';
22
}
23
//首页名称
24
- $IndexName = new Typecho_Widget_Helper_Form_Element_Text('IndexName', NULL, '时光相册', _t('首页的名称(必填)'), _t('输入你的首页显示的名称'));
+ $IndexName = new Typecho_Widget_Helper_Form_Element_Text('IndexName', NULL, '洪墨时光', _t('首页的名称(必填)'), _t('输入你的首页显示的名称'));
25
$form->addInput($IndexName);
26
//网站图标
27
$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