Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
pref: remove cdn_domain option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Dec 27, 2019
1 parent a47a5dd commit d7a41a7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/views/system/OptionForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -591,18 +591,20 @@
layout="vertical"
:wrapperCol="wrapperCol"
>
<a-form-item label="CDN 加速域名">
<a-form-item label="自定义全局 head">
<a-input
v-model="options.blog_cdn_domain"
placeholder="请确保已经正确配置好了 CDN"
type="textarea"
:autosize="{ minRows: 5 }"
v-model="options.blog_custom_head"
placeholder="放置于每个页面的 <head></head> 标签中"
/>
</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>标签中"
v-model="options.blog_custom_content_head"
placeholder="仅放置于内容页面的 <head></head> 标签中"
/>
</a-form-item>
<a-form-item label="统计代码:">
Expand Down

0 comments on commit d7a41a7

Please sign in to comment.