Compare commits

..

No commits in common. "0a46f7417ab2bddde17b19fab8579c87a8800456" and "a637e3b5bc244a0801823c2867401584e82545ab" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ input:checked + .slider:before {
</main>
<footer>
<hr/>
©<a href="https://laysense.cn">laysense.cn</a> 2024 Made with <a href="https://oxal.org/projects/sakura">sakura.css</a> Version: 1.0.5
©<a href="https://laysense.cn">laysense.cn</a> 2024 Made with <a href="https://oxal.org/projects/sakura">sakura.css</a>
</footer>
<script src="jquery-3.6.3.min.js"></script>
<script>

View File

@ -4,5 +4,5 @@ require_once __DIR__ . '/vendor/autoload.php';
$hash=exec('git rev-parse --short HEAD');
$git_address=exec('git remote -v | grep fetch');
print_r('===========Laysense Webman Start=============');
echo "Version: 1.0.5 | Git Hash: $hash | Git Url: $git_address \n";
echo "Version: 1.0.4 | Git Hash: $hash | Git Url: $git_address \n";
support\App::run();