mirror of https://github.com/halo-dev/halo-admin
Support custom head.
parent
cc4bfb58de
commit
50c73b9997
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue