Chore: add build time to appprofile.php

This commit is contained in:
SukkaW
2023-12-19 18:32:38 +08:00
parent f89bdf2b2a
commit 2f3be7926d

View File

@@ -129,6 +129,8 @@ function generateAppProfile(
result.push(
'<?php',
'',
`// Build ${new Date().toISOString()}`,
'',
'declare(strict_types=1);',
'',
'$_ENV[\'Clash_Config\'] = [',