mirror of https://github.com/vtrois/kratos
feat: optimize and add vector graphics
parent
56ce30eccd
commit
a509d71cf9
|
@ -80,6 +80,13 @@ function kratos_options()
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$options[] = array(
|
||||||
|
'name' => __('多人模式', 'kratos'),
|
||||||
|
'desc' => __('在文章列表显示当前文章作者,在文章页面页脚显示当前作者介绍', 'kratos'),
|
||||||
|
'id' => 'multiusers',
|
||||||
|
'type' => 'checkbox',
|
||||||
|
);
|
||||||
|
|
||||||
$options[] = array(
|
$options[] = array(
|
||||||
'name' => __('CSS 动画库', 'kratos'),
|
'name' => __('CSS 动画库', 'kratos'),
|
||||||
'desc' => __('开启 animate.css 效果', 'kratos'),
|
'desc' => __('开启 animate.css 效果', 'kratos'),
|
||||||
|
@ -195,13 +202,6 @@ function kratos_options()
|
||||||
'type' => 'upload',
|
'type' => 'upload',
|
||||||
);
|
);
|
||||||
|
|
||||||
$options[] = array(
|
|
||||||
'name' => __('多人创作', 'kratos'),
|
|
||||||
'desc' => __('在文章列表显示文章作者,在文章页面页脚显示作者介绍', 'kratos'),
|
|
||||||
'id' => 'multiusers',
|
|
||||||
'type' => 'checkbox',
|
|
||||||
);
|
|
||||||
|
|
||||||
$options[] = array(
|
$options[] = array(
|
||||||
'name' => __('收录配置', 'kratos'),
|
'name' => __('收录配置', 'kratos'),
|
||||||
'type' => 'heading',
|
'type' => 'heading',
|
||||||
|
|
Loading…
Reference in New Issue