Support custom head.

pull/25/head
ruibaby 2019-06-08 11:16:12 +08:00
parent cc4bfb58de
commit 50c73b9997
1 changed files with 10 additions and 0 deletions

View File

@ -539,6 +539,16 @@
> >
<a-switch v-model="options.spider_disabled" /> <a-switch v-model="options.spider_disabled" />
</a-form-item> </a-form-item>
<a-form-item
label="自定义 head"
:wrapper-col="wrapperCol"
>
<a-input
type="textarea"
:autosize="{ minRows: 5 }"
v-model="options.blog_custom_head"
/>
</a-form-item>
<a-form-item <a-form-item
label="统计代码:" label="统计代码:"
:wrapper-col="wrapperCol" :wrapper-col="wrapperCol"