添加oss策略时加上http的提示

This commit is contained in:
HFO4 2018-02-19 17:55:16 +08:00
parent 228b898e9d
commit a57dd79319
2 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,8 @@ Cloudreve - Make the cloud easy for everyone
[![Latest Unstable Version](https://poser.pugx.org/hfo4/cloudreve/v/unstable)](https://packagist.org/packages/hfo4/cloudreve)
[![License](https://poser.pugx.org/hfo4/cloudreve/license)](https://packagist.org/packages/hfo4/cloudreve)
[主页](https://cloudreve.org) | [论坛](https://forum.cloudreve.org) | [演示站](https://pan.aoaoao.me) | |[Telegram群组](https://github.com/HFO4/Cloudreve)
基于ThinkPHP构建的网盘系统能够助您以较低成本快速搭建起公私兼备的网盘。
![homepage.png](https://download.aoaoao.me/homepage.png)

View file

@ -440,7 +440,7 @@
<label for="url" class="col-form-label col-form-label-sm">空间域名</label>
</div>
<div class="col-md-4">
<input type="text" class="form-control" name="url" required>
<input type="text" class="form-control" name="url" value="http(s)://" required>
</div>
<div class="col-md-4 option-des"> OSS空间绑定的域名用于文件下载、访问结尾要加"/"推荐配合阿里云CDN使用此处填写CDN域名</div>
</div>
@ -450,7 +450,7 @@
<label for="server" class="col-form-label col-form-label-sm">上传域名</label>
</div>
<div class="col-md-4">
<input type="text" class="form-control" name="server" required>
<input type="text" class="form-control" name="server" value="http(s)://" required>
</div>
<div class="col-md-4 option-des"> OSS空间的域名一般与上一项保持一致。如果上一项填写的是CDN域名则此处与上一项不应相同</div>
</div>