Remove v2 from v3 branch

This commit is contained in:
crazywhalecc
2026-04-12 13:19:59 +08:00
parent 564e204111
commit 661b0fe887
428 changed files with 3 additions and 31014 deletions

View File

@@ -154,10 +154,9 @@ class PackageInstaller
$this->resolvePackages();
}
// show install or build options in terminal with beautiful output
$this->printInstallerInfo();
if ($this->interactive && !$disable_delay_msg) {
// show install or build options in terminal with beautiful output
$this->printInstallerInfo();
InteractiveTerm::notice('Build process will start after 2s ...' . PHP_EOL);
sleep(2);
}