diff --git a/functions.php b/functions.php index f77beac..76e4a4e 100644 --- a/functions.php +++ b/functions.php @@ -23,7 +23,10 @@ function themeConfig($form) { $form->addInput($cnavatar); $donate = new Typecho_Widget_Helper_Form_Element_Text('donate', NULL, 'https://blogcdn.loliko.cn/donate/wx.png', _t('赞赏二维码')); $form->addInput($donate); - + $memos = new Typecho_Widget_Helper_Form_Element_Text('memos', NULL, 'https://m.loliko.cn', _t('memos地址结尾不带"/"')); + $form->addInput($memos); + $memosID = new Typecho_Widget_Helper_Form_Element_Text('memosID', NULL, '1', _t('memosID')); + $form->addInput($memosID); $twikoo = new Typecho_Widget_Helper_Form_Element_Textarea('twikoo', NULL, NULL, _t('引用第三方评论')); $form->addInput($twikoo); diff --git a/page-memos.php b/page-memos.php new file mode 100644 index 0000000..e96bea9 --- /dev/null +++ b/page-memos.php @@ -0,0 +1,135 @@ + +need('header.php'); ?> +
+
+

title() ?>

+
+ + +
+ + + +
+need('footer.php'); ?> \ No newline at end of file