@@ -220,28 +220,28 @@ function themeConfig($form)
220220 // 顶部模块 蓝色 文字自定义
221221 $ zmki_top_main_one_name = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_one_name ' , NULL , '项目地址 ' , _t ('<span style="color: #608cee; margin-right:0px;">蓝色模块文字</span> ' ), _t ('输入顶部蓝色模块内的文字,默认 项目地址 ' ));
222222 $ form ->addInput ($ zmki_top_main_one_name );
223- $ zmki_top_main_one_icon = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_one_icon ' , NULL , 'fa fa-safari ' , _t ('<span style="color: #608cee; margin-right:0px;">蓝色模块</span>图标 ' ), _t ('自定义蓝色模块内文字前的 Font Awesome 图标,图标帮助可查看:<a target="_blank" href="http ://www. fontawesome.com.cn/ icons-ui /">Font Awesome 中文网 </a>,蓝色默认 fa fa-safari ' ));
223+ $ zmki_top_main_one_icon = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_one_icon ' , NULL , 'fa fa-safari ' , _t ('<span style="color: #608cee; margin-right:0px;">蓝色模块</span>图标 ' ), _t ('自定义蓝色模块内文字前的 Font Awesome 图标,图标帮助可查看:<a target="_blank" href="https ://fontawesome.com/v4/ icons/">Font Awesome Icons </a>,蓝色默认 fa fa-safari ' ));
224224 $ form ->addInput ($ zmki_top_main_one_icon );
225225 $ zmki_top_main_one_url = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_one_url ' , NULL , 'https://github.com/LightAPIs/WebStackTypechoTheme ' , _t ('<span style="color: #608cee; margin-right:0px;">蓝色模块</span>跳转链接 ' ), _t ('输入蓝色模块跳转的链接, ' ));
226226 $ form ->addInput ($ zmki_top_main_one_url );
227227 // 顶部模块 红色 文字自定义
228228 $ zmki_top_main_two_name = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_two_name ' , NULL , 'WebStack_钻芒二开版 ' , _t ('<span style="color: #fb5962; margin-right:0px;">红色模块文字</span> ' ), _t ('输入顶部红色模块内的文字,默认 WebStack_钻芒二开版 ' ));
229229 $ form ->addInput ($ zmki_top_main_two_name );
230- $ zmki_top_main_two_icon = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_two_icon ' , NULL , 'fa fa-star ' , _t ('<span style="color: #fb5962; margin-right:0px;">红色模块</span>图标 ' ), _t ('自定义红色模块内文字前的 Font Awesome 图标,图标帮助可查看:<a target="_blank" href="http ://www. fontawesome.com.cn/ icons-ui /">Font Awesome 中文网 </a>,红色默认 fa fa-star ' ));
230+ $ zmki_top_main_two_icon = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_two_icon ' , NULL , 'fa fa-star ' , _t ('<span style="color: #fb5962; margin-right:0px;">红色模块</span>图标 ' ), _t ('自定义红色模块内文字前的 Font Awesome 图标,图标帮助可查看:<a target="_blank" href="https ://fontawesome.com/v4/ icons/">Font Awesome Icons </a>,红色默认 fa fa-star ' ));
231231 $ form ->addInput ($ zmki_top_main_two_icon );
232232 $ zmki_top_main_two_url = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_two_url ' , NULL , 'https://github.com/wclk/WebStack_ZMKI ' , _t ('<span style="color: #fb5962; margin-right:0px;">红色模块</span>跳转链接 ' ), _t ('输入红色模块跳转的链接, ' ));
233233 $ form ->addInput ($ zmki_top_main_two_url );
234234 // 顶部模块 黄色 文字自定义
235235 $ zmki_top_main_three_name = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_three_name ' , NULL , 'WebStack ' , _t ('<span style="color: #fbb359; margin-right:0px;">黄色模块文字</span> ' ), _t ('输入顶部黄色模块内的文字,默认 WebStack ' ));
236236 $ form ->addInput ($ zmki_top_main_three_name );
237- $ zmki_top_main_three_icon = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_three_icon ' , NULL , 'fa fa-registered ' , _t ('<span style="color: #fbb359; margin-right:0px;">黄色模块</span>图标 ' ), _t ('自定义黄色模块内文字前的 Font Awesome 图标,图标帮助可查看:<a target="_blank" href="http ://www. fontawesome.com.cn/ icons-ui /">Font Awesome 中文网 </a>,黄色默认 fa fa-registered ' ));
237+ $ zmki_top_main_three_icon = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_three_icon ' , NULL , 'fa fa-registered ' , _t ('<span style="color: #fbb359; margin-right:0px;">黄色模块</span>图标 ' ), _t ('自定义黄色模块内文字前的 Font Awesome 图标,图标帮助可查看:<a target="_blank" href="https ://fontawesome.com/v4/ icons/">Font Awesome Icons </a>,黄色默认 fa fa-registered ' ));
238238 $ form ->addInput ($ zmki_top_main_three_icon );
239239 $ zmki_top_main_three_url = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_three_url ' , NULL , 'https://github.com/WebStackPage/WebStackPage.github.io ' , _t ('<span style="color: #fbb359; margin-right:0px;">黄色模块</span>跳转链接 ' ), _t ('输入黄色模块跳转的链接, ' ));
240240 $ form ->addInput ($ zmki_top_main_three_url );
241241 // 顶部模块 绿色 文字自定义
242242 $ zmki_top_main_four_name = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_four_name ' , NULL , 'Typecho ' , _t ('<span style="color: #53bf6b; margin-right:0px;">绿色模块文字</span> ' ), _t ('输入顶部绿色模块内的文字,默认 Typecho ' ));
243243 $ form ->addInput ($ zmki_top_main_four_name );
244- $ zmki_top_main_four_icon = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_four_icon ' , NULL , 'fa fa-diamond ' , _t ('<span style="color: #53bf6b; margin-right:0px;">绿色模块</span>图标 ' ), _t ('自定义绿色模块内文字前的 Font Awesome 图标,图标帮助可查看:<a target="_blank" href="http ://www. fontawesome.com.cn/ icons-ui /">Font Awesome 中文网 </a>,绿色默认 fa fa-diamond ' ));
244+ $ zmki_top_main_four_icon = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_four_icon ' , NULL , 'fa fa-diamond ' , _t ('<span style="color: #53bf6b; margin-right:0px;">绿色模块</span>图标 ' ), _t ('自定义绿色模块内文字前的 Font Awesome 图标,图标帮助可查看:<a target="_blank" href="https ://fontawesome.com/v4/ icons/">Font Awesome Icons </a>,绿色默认 fa fa-diamond ' ));
245245 $ form ->addInput ($ zmki_top_main_four_icon );
246246 $ zmki_top_main_four_url = new Typecho_Widget_Helper_Form_Element_Text ('zmki_top_main_four_url ' , NULL , 'https://typecho.org/ ' , _t ('<span style="color: #53bf6b; margin-right:0px;">绿色模块</span>跳转链接 ' ), _t ('输入绿色模块跳转的链接, ' ));
247247 $ form ->addInput ($ zmki_top_main_four_url );
0 commit comments