This commit is contained in:
wolfcode
2023-06-20 15:02:25 +08:00
parent 663f89e1eb
commit aa24e8321c
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@
<td>Github</td>
<td style="padding-bottom: 0;">
<div class="layui-btn-container">
<a href="https://gitee.com/wolf18/easyAdmin8" style="margin-right: 15px" target="_blank">
<a href="https://github.com/wolf-leo/easyAdmin8" style="margin-right: 15px" target="_blank">
https://github.com/wolf-leo/easyAdmin8
</a>
</div>

View File

@@ -41,5 +41,5 @@ return [
// 显示错误信息
'show_error_msg' => false,
// 静态资源上传到OSS前缀
'oss_static_prefix' => Env::get('EASYADMIN.OSS_STATIC_PREFIX', 'static_EASYADMIN'),
'oss_static_prefix' => Env::get('EASYADMIN.OSS_STATIC_PREFIX', 'static_easyadmin'),
];