- [ORDER] 기름 양 입력 후 CS 관련 처리 추가 (Ghost 판단, 미래 오더장 삭제, 예상량 리셋 등) fixed 2
This commit is contained in:
Hyojin Ahn 2026-04-06 08:44:42 -04:00
parent cfbf320e9a
commit ff9d77ab26
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
$destination = isset($_GET['destination']) ? $_GET['destination'] : '';
$mode = isset($_GET['mode']) ? $_GET['mode'] : '';
$appVersion = 'v1.1.4';
$appVersion = 'v1.1.5';
?>
<?