新增lucky部署,支持直接对接DNS服务商添加域名

This commit is contained in:
net909
2025-06-25 12:57:09 +08:00
parent d368a0190a
commit 9275256e36
20 changed files with 364 additions and 19 deletions

View File

@@ -12,8 +12,8 @@
// [ 应用入口文件 ]
namespace think;
if (version_compare(PHP_VERSION, '7.4.0', '<')) {
die('require PHP >= 7.4 !');
if (version_compare(PHP_VERSION, '8.0.0', '<')) {
die('require PHP >= 8.0 !');
}
require __DIR__ . '/../vendor/autoload.php';

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB