mirror of https://github.com/halo-dev/halo-admin
feat: support set file source for tencent cos.
parent
b6b9a5c5b4
commit
3910ed4c77
|
@ -468,6 +468,12 @@
|
||||||
<a-form-item label="Secret Key:">
|
<a-form-item label="Secret Key:">
|
||||||
<a-input-password v-model="options.cos_tencent_secret_key" />
|
<a-input-password v-model="options.cos_tencent_secret_key" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
|
<a-form-item label="文件目录:">
|
||||||
|
<a-input
|
||||||
|
v-model="options.cos_tencent_source"
|
||||||
|
placeholder="不填写则上传到根目录"
|
||||||
|
/>
|
||||||
|
</a-form-item>
|
||||||
<a-form-item label="图片处理策略:">
|
<a-form-item label="图片处理策略:">
|
||||||
<a-input
|
<a-input
|
||||||
v-model="options.cos_tencent_style_rule"
|
v-model="options.cos_tencent_style_rule"
|
||||||
|
|
Loading…
Reference in New Issue