pref: remove cdn_domain option.

pull/3445/head
ruibaby 2019-12-27 19:25:57 +08:00
parent 6f5ad97648
commit dc84167853
1 changed files with 10 additions and 8 deletions

View File

@ -591,18 +591,20 @@
layout="vertical"
:wrapperCol="wrapperCol"
>
<a-form-item label="CDN 加速域名:">
<a-input
v-model="options.blog_cdn_domain"
placeholder="请确保已经正确配置好了 CDN"
/>
</a-form-item>
<a-form-item label="自定义 head">
<a-form-item label="自定义全局 head">
<a-input
type="textarea"
:autosize="{ minRows: 5 }"
v-model="options.blog_custom_head"
placeholder="将放置于每个页面的<head></head>标签中"
placeholder="放置于每个页面的 <head></head> 标签中"
/>
</a-form-item>
<a-form-item label="自定义内容页 head">
<a-input
type="textarea"
:autosize="{ minRows: 5 }"
v-model="options.blog_custom_content_head"
placeholder="仅放置于内容页面的 <head></head> 标签中"
/>
</a-form-item>
<a-form-item label="统计代码:">