浏览代码

Chore: add build time to appprofile.php

SukkaW 2 年之前
父节点
当前提交
2f3be7926d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Build/build-sspanel-appprofile.ts

+ 2 - 0
Build/build-sspanel-appprofile.ts

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