차량 아이콘과 사용량 보정 기준 갱신
This commit is contained in:
+8
-2
@@ -27,7 +27,7 @@ const RECEIVE_GAP_LIMIT_SEC = 60;
|
||||
// SKT T world "잔여기본통화 정보" 기준 현재월 누적값.
|
||||
// carrier_total_bytes / meter_adjusted_bytes 로 보정 배율을 역산해 로컬 송수신 계측값에 적용한다.
|
||||
const DATA_CURRENT_BILLING_USAGE_BYTES = [
|
||||
'2026-06' => ['total_bytes' => 107350016, 'meter_adjusted_bytes' => 54104011, 'included_bytes' => 104857600, 'coupon_registered_at' => null],
|
||||
'2026-06' => ['total_bytes' => 115207680, 'meter_adjusted_bytes' => 57853769, 'included_bytes' => 104857600, 'coupon_registered_at' => null],
|
||||
];
|
||||
|
||||
function car_db(): PDO
|
||||
@@ -927,6 +927,12 @@ car_monitor_require_access(false);
|
||||
line-height: 1;
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
.app-icon-main {
|
||||
width: 75px;
|
||||
height: 75px;
|
||||
font-size: 1.45rem;
|
||||
flex: 0 0 75px;
|
||||
}
|
||||
.app-title {
|
||||
font-size: 1.25rem; font-weight: 800; letter-spacing: -0.5px; color: var(--text-primary);
|
||||
}
|
||||
@@ -1318,7 +1324,7 @@ car_monitor_require_access(false);
|
||||
<div class="container py-3">
|
||||
<div class="dashboard-header">
|
||||
<div class="d-flex align-items-center gap-3">
|
||||
<div class="bg-primary bg-opacity-10 text-primary rounded-circle d-flex align-items-center justify-content-center border border-primary border-opacity-25" style="width:48px; height:48px;">
|
||||
<div class="app-icon-main bg-primary bg-opacity-10 text-primary rounded-circle d-flex align-items-center justify-content-center border border-primary border-opacity-25">
|
||||
<i class="fas fa-car"></i>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user