Skip to content

Commit

Permalink
增加一些 tips
Browse files Browse the repository at this point in the history
  • Loading branch information
0xxb committed Apr 1, 2022
1 parent 798e72f commit f9a84c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/admin/strategy/add.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
<div class="col-span-3 sm:col-span-2 mb-4">
<label for="configs[bucket]" class="block text-sm font-medium text-gray-700"><span class="text-red-600">*</span>储存桶名称</label>
<x-input type="text" name="configs[bucket]" id="configs[bucket]" placeholder="请输入储存桶名称" />
<small class="text-gray-500"><i class="fas fa-exclamation-circle"></i> 腾讯云储存桶名称由 名称+appid 组合,例如:test-125146xxxx,此处应该填写 test</>
</div>
</div>

Expand Down
1 change: 1 addition & 0 deletions resources/views/admin/strategy/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
<div class="col-span-3 sm:col-span-2 mb-4">
<label for="configs[bucket]" class="block text-sm font-medium text-gray-700"><span class="text-red-600">*</span>储存桶名称</label>
<x-input type="text" name="configs[bucket]" id="configs[bucket]" placeholder="请输入储存桶名称" value="{{ $strategy->configs->get('bucket') }}" />
<small class="text-gray-500"><i class="fas fa-exclamation-circle"></i> 腾讯云储存桶名称由 名称+appid 组合,例如:test-125146xxxx,此处应该填写 test</>
</div>
</div>
@endif
Expand Down
6 changes: 6 additions & 0 deletions resources/views/install.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
@endforeach
</div>

<div class="mt-6 text-sm text-gray-500">
<p><i class="fas fa-exclamation-circle"></i> 请确保<b>数据库版本</b>达到要求。</p>
<p><i class="fas fa-exclamation-circle"></i> 请确保程序<b>目录、文件的权限</b>设置正确。</p>
<p><i class="fas fa-exclamation-circle"></i> 出现安装拓展、启用函数后未生效,请尝试<b>重启 PHP</b>。</p>
</div>

<div class="mt-6 text-right">
@if($status)
<a href="javascript:void(0)" id="next" class="rounded-md px-4 py-2 bg-blue-500 text-white">下一步</a>
Expand Down

0 comments on commit f9a84c1

Please sign in to comment.